Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / ScaledImageFragment.h
index 6790ed3..0b5381a 100644 (file)
@@ -33,7 +33,7 @@
 #include "platform/PlatformExport.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 // ScaledImageFragment is a scaled version of an image.
 class PLATFORM_EXPORT ScaledImageFragment {
@@ -70,6 +70,6 @@ private:
     SkBitmap m_bitmap;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif