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

Unified Diff: webkit/compositor_bindings/WebContentLayerImpl.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/WebContentLayerImpl.cpp
diff --git a/webkit/compositor_bindings/WebContentLayerImpl.cpp b/webkit/compositor_bindings/WebContentLayerImpl.cpp
index a1f88fd533d5f00d1db952d99108531d69f67878..61d599818322fd78e91cde4e7fba0a9785339c00 100644
--- a/webkit/compositor_bindings/WebContentLayerImpl.cpp
+++ b/webkit/compositor_bindings/WebContentLayerImpl.cpp
@@ -6,6 +6,8 @@
#include "WebContentLayerImpl.h"
#include "ContentLayerChromium.h"
+#include "FloatRect.h"
+#include "IntRect.h"
#include "SkMatrix44.h"
#include "webcore_convert.h"
#include <public/WebContentLayerClient.h>
@@ -14,7 +16,7 @@
#include <public/WebRect.h>
#include <public/WebSize.h>
-using namespace WebCore;
+using namespace cc;
namespace WebKit {
« no previous file with comments | « webkit/compositor_bindings/WebContentLayerImpl.h ('k') | webkit/compositor_bindings/WebExternalTextureLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698