Index: Source/platform/graphics/GraphicsTypes.h |
diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
index c1891fd952180dbbf37fa10759f663274d4d908e..2fac7768d65d047ae35551759ea143da3c01d2bc 100644 |
--- a/Source/platform/graphics/GraphicsTypes.h |
+++ b/Source/platform/graphics/GraphicsTypes.h |
@@ -114,8 +114,8 @@ enum WindRule { |
RULE_EVENODD = SkPath::kEvenOdd_FillType |
}; |
-PLATFORM_EXPORT String compositeOperatorName(CompositeOperator, blink::WebBlendMode); |
-PLATFORM_EXPORT bool parseCompositeAndBlendOperator(const String&, CompositeOperator&, blink::WebBlendMode&); |
+PLATFORM_EXPORT String compositeOperatorName(CompositeOperator, WebBlendMode); |
+PLATFORM_EXPORT bool parseCompositeAndBlendOperator(const String&, CompositeOperator&, WebBlendMode&); |
PLATFORM_EXPORT String lineCapName(LineCap); |
PLATFORM_EXPORT bool parseLineCap(const String&, LineCap&); |