| Index: webkit/compositor_bindings/WebLayerImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebLayerImpl.cpp b/webkit/compositor_bindings/WebLayerImpl.cpp
|
| index df3f430c49b8290eeb54907744fb2f1a9290083b..0d86f1949f5eee6560e3dc10a37eb8b32cf33e2f 100644
|
| --- a/webkit/compositor_bindings/WebLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebLayerImpl.cpp
|
| @@ -19,8 +19,8 @@
|
| #include <public/WebSize.h>
|
| #include <public/WebTransformationMatrix.h>
|
|
|
| -using WebCore::CCActiveAnimation;
|
| -using WebCore::LayerChromium;
|
| +using cc::CCActiveAnimation;
|
| +using cc::LayerChromium;
|
|
|
| namespace WebKit {
|
|
|
|
|