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

Unified Diff: webkit/compositor_bindings/WebLayerImpl.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 | « webkit/compositor_bindings/WebLayerImpl.h ('k') | webkit/compositor_bindings/WebLayerTreeViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/WebLayerImpl.cpp
diff --git a/webkit/compositor_bindings/WebLayerImpl.cpp b/webkit/compositor_bindings/WebLayerImpl.cpp
index df3f430c49b8290eeb54907744fb2f1a9290083b..0d86f1949f5eee6560e3dc10a37eb8b32cf33e2f 100644
--- a/webkit/compositor_bindings/WebLayerImpl.cpp
+++ b/webkit/compositor_bindings/WebLayerImpl.cpp
@@ -19,8 +19,8 @@
#include <public/WebSize.h>
#include <public/WebTransformationMatrix.h>
-using WebCore::CCActiveAnimation;
-using WebCore::LayerChromium;
+using cc::CCActiveAnimation;
+using cc::LayerChromium;
namespace WebKit {
« no previous file with comments | « webkit/compositor_bindings/WebLayerImpl.h ('k') | webkit/compositor_bindings/WebLayerTreeViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698