Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/platform/graphics/gpu/WebGLImageBufferSurface.h ('k') | Source/platform/graphics/gpu/WebGLImageConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698