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

Unified Diff: webkit/compositor_bindings/WebSolidColorLayerImpl.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
Index: webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
diff --git a/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp b/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
index ff4cf4ecaf159697849a837d7b4172c281715d0d..b5e90ff6fc1304aefc4ef5008c380b25c910fbc0 100644
--- a/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
+++ b/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
@@ -8,7 +8,7 @@
#include "SolidColorLayerChromium.h"
#include "WebLayerImpl.h"
-using WebCore::SolidColorLayerChromium;
+using cc::SolidColorLayerChromium;
namespace WebKit {
@@ -38,4 +38,3 @@ void WebSolidColorLayerImpl::setBackgroundColor(WebColor color)
}
} // namespace WebKit
-
« no previous file with comments | « webkit/compositor_bindings/WebScrollbarLayerImpl.cpp ('k') | webkit/compositor_bindings/WebToCCInputHandlerAdapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698