Index: Source/platform/graphics/ImageFrameGenerator.h |
diff --git a/Source/platform/graphics/ImageFrameGenerator.h b/Source/platform/graphics/ImageFrameGenerator.h |
index 2f7d49be02e2bbe1313ccfa37c0d7fe5301ff66f..720b63b8d66a9a6a4e70e92e12e87e24a101c58a 100644 |
--- a/Source/platform/graphics/ImageFrameGenerator.h |
+++ b/Source/platform/graphics/ImageFrameGenerator.h |
@@ -39,7 +39,7 @@ |
#include "wtf/ThreadSafeRefCounted.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class ImageDecoder; |
class ScaledImageFragment; |
@@ -125,6 +125,6 @@ private: |
Mutex m_alphaMutex; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |