| Index: cc/CCLayerTreeHostTest.cpp
|
| diff --git a/cc/CCLayerTreeHostTest.cpp b/cc/CCLayerTreeHostTest.cpp
|
| index ad6c3f1f80b7b7ff3856a7a9cd246624069cb51a..555eec7c5f5dc025a457a5f571511570dfd292a2 100644
|
| --- a/cc/CCLayerTreeHostTest.cpp
|
| +++ b/cc/CCLayerTreeHostTest.cpp
|
| @@ -25,7 +25,7 @@
|
| #include <public/WebSize.h>
|
| #include <wtf/OwnArrayPtr.h>
|
|
|
| -using namespace WebCore;
|
| +using namespace cc;
|
| using namespace WebKit;
|
| using namespace WebKitTests;
|
|
|
| @@ -2442,7 +2442,7 @@ private:
|
| if (m_texture.get())
|
| return;
|
| m_texture = EvictionTrackingTexture::create(CCPrioritizedTexture::create(layerTreeHost()->contentsTextureManager()));
|
| - m_texture->texture()->setDimensions(WebCore::IntSize(10, 10), WebCore::GraphicsContext3D::RGBA);
|
| + m_texture->texture()->setDimensions(IntSize(10, 10), cc::GraphicsContext3D::RGBA);
|
| }
|
|
|
| OwnPtr<EvictionTrackingTexture> m_texture;
|
|
|