Index: Source/platform/graphics/GraphicsTypes.h |
diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
index b0938f3fe273986b6d1c882abf5e62eddae96f95..a10c1be78272ce654a6bdbf1ae83442352858c9c 100644 |
--- a/Source/platform/graphics/GraphicsTypes.h |
+++ b/Source/platform/graphics/GraphicsTypes.h |
@@ -31,7 +31,7 @@ |
#include "third_party/skia/include/core/SkPaint.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
enum StrokeStyle { |
NoStroke, |
@@ -123,6 +123,6 @@ PLATFORM_EXPORT bool parseTextAlign(const String&, TextAlign&); |
PLATFORM_EXPORT String textBaselineName(TextBaseline); |
PLATFORM_EXPORT bool parseTextBaseline(const String&, TextBaseline&); |
-} // namespace WebCore |
+} // namespace blink |
#endif |