Index: Source/platform/graphics/ImageBufferSurface.cpp |
diff --git a/Source/platform/graphics/ImageBufferSurface.cpp b/Source/platform/graphics/ImageBufferSurface.cpp |
index 2869f4cc29ae5a05d3d2daffbcf23b52930bd775..f45925cb38e8820d18693425741c9a29b0fa1433 100644 |
--- a/Source/platform/graphics/ImageBufferSurface.cpp |
+++ b/Source/platform/graphics/ImageBufferSurface.cpp |
@@ -36,7 +36,7 @@ |
#include "third_party/skia/include/core/SkCanvas.h" |
#include "third_party/skia/include/core/SkDevice.h" |
-namespace WebCore { |
+namespace blink { |
ImageBufferSurface::ImageBufferSurface(const IntSize& size, OpacityMode opacityMode) |
: m_opacityMode(opacityMode) |
@@ -70,4 +70,4 @@ const SkBitmap& ImageBufferSurface::cachedBitmap() const |
return nullBitmap; |
} |
-} // namespace WebCore |
+} // namespace blink |