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 { |