Index: Source/platform/graphics/GraphicsContextCullSaver.h |
diff --git a/Source/platform/graphics/GraphicsContextCullSaver.h b/Source/platform/graphics/GraphicsContextCullSaver.h |
index 1b1023ddea8cdaa31ee49dbe6bc466e8acf1af59..bd89e3f7e83323f36fda92d3df054f64bfdc1d6b 100644 |
--- a/Source/platform/graphics/GraphicsContextCullSaver.h |
+++ b/Source/platform/graphics/GraphicsContextCullSaver.h |
@@ -3,7 +3,7 @@ |
#include "platform/graphics/GraphicsContext.h" |
-namespace WebCore { |
+namespace blink { |
class FloatRect; |
@@ -41,6 +41,6 @@ private: |
bool m_cullApplied; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // GraphicsContextCullSaver_h |