| Index: webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp b/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| index b620e25e5d8ac0feb9701131d0c129693cd12e4d..302ce5b10b6365a640ac2b8c6865257e64f90866 100644
|
| --- a/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebExternalTextureLayerImpl.cpp
|
| @@ -13,7 +13,7 @@
|
| #include <public/WebFloatRect.h>
|
| #include <public/WebSize.h>
|
|
|
| -using namespace WebCore;
|
| +using namespace cc;
|
|
|
| namespace WebKit {
|
|
|
|
|