Index: third_party/WebKit/Source/platform/graphics/paint/PaintFlags.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintFlags.h b/third_party/WebKit/Source/platform/graphics/paint/PaintFlags.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..83bee51bc9a1d246e281bd78033f9a0ed94463e8 |
--- /dev/null |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintFlags.h |
@@ -0,0 +1,15 @@ |
+// Copyright 2017 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef PaintFlags_h |
+#define PaintFlags_h |
+ |
+#include "cc/paint/paint_flags.h" |
+ |
+namespace blink { |
+using cc::PaintFlags; |
+using cc::ToSkPaint; |
+} |
+ |
+#endif // PaintFlags_h |