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

Unified Diff: cc/GeometryBinding.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/GeometryBinding.h ('k') | cc/HeadsUpDisplayLayerChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/GeometryBinding.cpp
diff --git a/cc/GeometryBinding.cpp b/cc/GeometryBinding.cpp
index 65ee243a8e1de4cfe426d546a9a5d11a9dbb63f6..bac1059c8da9255e4238c5656c275ef6e9daa89b 100644
--- a/cc/GeometryBinding.cpp
+++ b/cc/GeometryBinding.cpp
@@ -12,7 +12,7 @@
#include "GraphicsContext3D.h"
#include <public/WebGraphicsContext3D.h>
-namespace WebCore {
+namespace cc {
GeometryBinding::GeometryBinding(WebKit::WebGraphicsContext3D* context, const FloatRect& quadVertexRect)
: m_context(context)
@@ -56,6 +56,6 @@ void GeometryBinding::prepareForDraw()
GLC(m_context, m_context->enableVertexAttribArray(texCoordAttribLocation()));
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/GeometryBinding.h ('k') | cc/HeadsUpDisplayLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698