Index: webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
diff --git a/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp b/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
index 237d9f375325b9c0382910b6afac3cbf54e5a21e..ceae7da769b389ae1d76b295c9dc690ec86b6b36 100644 |
--- a/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
+++ b/webkit/compositor_bindings/WebLayerTreeViewImpl.cpp |
@@ -20,7 +20,7 @@ |
#include <public/WebRenderingStats.h> |
#include <public/WebSize.h> |
-using namespace WebCore; |
+using namespace cc; |
namespace WebKit { |
@@ -211,7 +211,7 @@ void WebLayerTreeViewImpl::layout() |
m_client->layout(); |
} |
-void WebLayerTreeViewImpl::applyScrollAndScale(const WebCore::IntSize& scrollDelta, float pageScale) |
+void WebLayerTreeViewImpl::applyScrollAndScale(const cc::IntSize& scrollDelta, float pageScale) |
{ |
m_client->applyScrollAndScale(convert(scrollDelta), pageScale); |
} |