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

Unified Diff: cc/GeometryBinding.h

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/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp ('k') | cc/GeometryBinding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/GeometryBinding.h
diff --git a/cc/GeometryBinding.h b/cc/GeometryBinding.h
index c018ff7c2412c0a72b29e4f87f5d2fa86fb958cf..f0b6e72a6ef56164e79a0e4b2aa0051172842ece 100644
--- a/cc/GeometryBinding.h
+++ b/cc/GeometryBinding.h
@@ -13,7 +13,7 @@ namespace WebKit {
class WebGraphicsContext3D;
}
-namespace WebCore {
+namespace cc {
class GeometryBinding {
public:
@@ -41,7 +41,7 @@ private:
bool m_initialized;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp ('k') | cc/GeometryBinding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698