Index: Source/platform/fonts/TextRenderingMode.h |
diff --git a/Source/platform/fonts/TextRenderingMode.h b/Source/platform/fonts/TextRenderingMode.h |
index 6c36b3aebb93f88247217d762f1bd0ac3b39a5af..2eb2e9b324fc29cbef30930dd986e1acf793f957 100644 |
--- a/Source/platform/fonts/TextRenderingMode.h |
+++ b/Source/platform/fonts/TextRenderingMode.h |
@@ -26,10 +26,10 @@ |
#ifndef TextRenderingMode_h |
#define TextRenderingMode_h |
-namespace WebCore { |
+namespace blink { |
enum TextRenderingMode { AutoTextRendering, OptimizeSpeed, OptimizeLegibility, GeometricPrecision }; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TextRenderingMode_h |