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

Unified Diff: Source/platform/graphics/gpu/Extensions3DUtil.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/Extensions3DUtil.cpp
diff --git a/Source/platform/graphics/gpu/Extensions3DUtil.cpp b/Source/platform/graphics/gpu/Extensions3DUtil.cpp
index d049cb040689f564b9ce051f2bd1b27102218ea9..7acdec3e35d99c5d5554de3f4d0219c0fe09ac0f 100644
--- a/Source/platform/graphics/gpu/Extensions3DUtil.cpp
+++ b/Source/platform/graphics/gpu/Extensions3DUtil.cpp
@@ -9,7 +9,7 @@
#include "wtf/text/CString.h"
#include "wtf/text/StringHash.h"
-namespace WebCore {
+namespace blink {
namespace {
@@ -98,4 +98,4 @@ bool Extensions3DUtil::canUseCopyTextureCHROMIUM(GLenum destFormat, GLenum destT
return false;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/gpu/Extensions3DUtil.h ('k') | Source/platform/graphics/gpu/WebGLImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698