Index: Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp |
diff --git a/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp b/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp |
index 3b1cfa187be4fe2af61e82b753f4c3ddf25e94cd..58d9b8772fa9c264a70dcad092dca4e355f6a62d 100644 |
--- a/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp |
+++ b/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp |
@@ -38,7 +38,7 @@ |
#include "third_party/skia/include/core/SkPixelRef.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
WebGLImageBufferSurface::WebGLImageBufferSurface(const IntSize& size, OpacityMode opacityMode) |
: ImageBufferSurface(size, opacityMode) |
@@ -76,4 +76,4 @@ void WebGLImageBufferSurface::updateCachedBitmapIfNeeded() |
} |
} |
-} // namespace WebCore |
+} // namespace blink |