Index: Source/platform/graphics/DecodingImageGenerator.cpp |
diff --git a/Source/platform/graphics/DecodingImageGenerator.cpp b/Source/platform/graphics/DecodingImageGenerator.cpp |
index 5e62fb19549d087108f330d51c4e6acc27433829..e74a7fec18d17642e0a0cd5ed04326e26a115b7f 100644 |
--- a/Source/platform/graphics/DecodingImageGenerator.cpp |
+++ b/Source/platform/graphics/DecodingImageGenerator.cpp |
@@ -33,7 +33,7 @@ |
#include "platform/TraceEvent.h" |
#include "platform/graphics/ImageFrameGenerator.h" |
-namespace WebCore { |
+namespace blink { |
DecodingImageGenerator::DecodingImageGenerator(PassRefPtr<ImageFrameGenerator> frameGenerator, const SkImageInfo& info, size_t index) |
: m_frameGenerator(frameGenerator) |