Index: Source/platform/graphics/GraphicsContextState.h |
diff --git a/Source/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h |
index a3adc04d47920b59eb866c4de6867b990bc74e68..0cfb967baa30827506eaa868f753975490302fb7 100644 |
--- a/Source/platform/graphics/GraphicsContextState.h |
+++ b/Source/platform/graphics/GraphicsContextState.h |
@@ -41,7 +41,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
// Encapsulates the state information we store for each pushed graphics state. |
// Only GraphicsContext can use this class. |
@@ -188,6 +188,6 @@ private: |
bool m_shouldClampToSourceRect : 1; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // GraphicsContextState_h |