Index: webkit/compositor_bindings/WebCompositorImpl.h |
diff --git a/webkit/compositor_bindings/WebCompositorImpl.h b/webkit/compositor_bindings/WebCompositorImpl.h |
index 68ae94afca5aa4f990385819d3f1dc7f3d573be2..c117a8987583984f3b104a558b0c8f99ab09c62c 100644 |
--- a/webkit/compositor_bindings/WebCompositorImpl.h |
+++ b/webkit/compositor_bindings/WebCompositorImpl.h |
@@ -11,7 +11,7 @@ |
#include <wtf/Noncopyable.h> |
#include <wtf/OwnPtr.h> |
-namespace WebCore { |
+namespace cc { |
class CCThread; |
} |
@@ -30,8 +30,8 @@ public: |
private: |
static bool s_initialized; |
- static WebCore::CCThread* s_mainThread; |
- static WebCore::CCThread* s_implThread; |
+ static cc::CCThread* s_mainThread; |
+ static cc::CCThread* s_implThread; |
}; |
} |