| Index: webkit/compositor_bindings/WebCompositorImpl.h
|
| diff --git a/webkit/compositor_bindings/WebCompositorImpl.h b/webkit/compositor_bindings/WebCompositorImpl.h
|
| index f07871eb5e43d177c1e9a157c00439b940f18e67..fe63b2785f0a5a8f569182d118712e97e2319f11 100644
|
| --- a/webkit/compositor_bindings/WebCompositorImpl.h
|
| +++ b/webkit/compositor_bindings/WebCompositorImpl.h
|
| @@ -8,7 +8,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebCompositor.h"
|
|
|
| namespace cc {
|
| -class CCThread;
|
| +class Thread;
|
| }
|
|
|
| namespace WebKit {
|
| @@ -25,8 +25,8 @@ public:
|
|
|
| private:
|
| static bool s_initialized;
|
| - static cc::CCThread* s_mainThread;
|
| - static cc::CCThread* s_implThread;
|
| + static cc::Thread* s_mainThread;
|
| + static cc::Thread* s_implThread;
|
| };
|
|
|
| }
|
|
|