Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / DeferredImageDecoder.cpp
index 4f3822e..9b47b19 100644 (file)
@@ -32,7 +32,7 @@
 #include "third_party/skia/include/core/SkImageInfo.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 namespace {
 
@@ -294,4 +294,4 @@ bool DeferredImageDecoder::hotSpot(IntPoint& hotSpot) const
     return m_actualDecoder ? m_actualDecoder->hotSpot(hotSpot) : false;
 }
 
-} // namespace WebCore
+} // namespace blink