| Index: webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp b/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
|
| index ff4cf4ecaf159697849a837d7b4172c281715d0d..b5e90ff6fc1304aefc4ef5008c380b25c910fbc0 100644
|
| --- a/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebSolidColorLayerImpl.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "SolidColorLayerChromium.h"
|
| #include "WebLayerImpl.h"
|
|
|
| -using WebCore::SolidColorLayerChromium;
|
| +using cc::SolidColorLayerChromium;
|
|
|
| namespace WebKit {
|
|
|
| @@ -38,4 +38,3 @@ void WebSolidColorLayerImpl::setBackgroundColor(WebColor color)
|
| }
|
|
|
| } // namespace WebKit
|
| -
|
|
|