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

Unified Diff: cc/ShaderChromium.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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
« no previous file with comments | « cc/ShaderChromium.h ('k') | cc/SkPictureCanvasLayerTextureUpdater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ShaderChromium.cpp
diff --git a/cc/ShaderChromium.cpp b/cc/ShaderChromium.cpp
index bfb642e56546f75364b017b9a8451efdc373725f..f08adc1a09342caf3f4989f3deedfc122a7fec7d 100644
--- a/cc/ShaderChromium.cpp
+++ b/cc/ShaderChromium.cpp
@@ -16,7 +16,7 @@
using WebKit::WebGraphicsContext3D;
-namespace WebCore {
+namespace cc {
namespace {
@@ -880,6 +880,6 @@ std::string FragmentShaderCheckerboard::getShaderString() const
);
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/ShaderChromium.h ('k') | cc/SkPictureCanvasLayerTextureUpdater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698