summaryrefslogtreecommitdiffstats
path: root/gfx/skia/skia/include/private/chromium/GrSlug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/skia/skia/include/private/chromium/GrSlug.h')
-rw-r--r--gfx/skia/skia/include/private/chromium/GrSlug.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gfx/skia/skia/include/private/chromium/GrSlug.h b/gfx/skia/skia/include/private/chromium/GrSlug.h
new file mode 100644
index 0000000000..56841c5b99
--- /dev/null
+++ b/gfx/skia/skia/include/private/chromium/GrSlug.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2021 Google LLC
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef GrSlug_DEFINED
+#define GrSlug_DEFINED
+
+#include "include/private/chromium/Slug.h"
+
+// TODO: Update Chrome to use sktext::gpu classes and remove these
+using GrSlug = sktext::gpu::Slug;
+
+#endif // GrSlug_DEFINED