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

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

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.h
diff --git a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
index a148e907be0e22e6c8da0dd857e4b663595bc431..5a6a794fd7f4f95c7ee528addbba3ce66eb5e3ad 100644
--- a/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
+++ b/Source/platform/graphics/gpu/WebGLImageBufferSurface.h
@@ -39,7 +39,7 @@ namespace blink {
class WebGraphicsContext3DProvider;
}
-namespace WebCore {
+namespace blink {
// This is a GPU backed surface that has no canvas or render target.
class PLATFORM_EXPORT WebGLImageBufferSurface : public ImageBufferSurface {
@@ -67,6 +67,6 @@ private:
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/gpu/Extensions3DUtil.cpp ('k') | Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698