| Index: webkit/compositor_bindings/WebCompositorImpl.h
|
| diff --git a/webkit/compositor_bindings/WebCompositorImpl.h b/webkit/compositor_bindings/WebCompositorImpl.h
|
| index 8c386bc93942baf83a93419d9bd558f4ffd76687..68ae94afca5aa4f990385819d3f1dc7f3d573be2 100644
|
| --- a/webkit/compositor_bindings/WebCompositorImpl.h
|
| +++ b/webkit/compositor_bindings/WebCompositorImpl.h
|
| @@ -24,13 +24,11 @@ class WebCompositorImpl : public WebCompositor {
|
| public:
|
| static bool initialized();
|
|
|
| -private:
|
| -
|
| - friend class WebCompositor;
|
| static void initialize(WebThread* implThread);
|
| - static bool threadingEnabled();
|
| + static bool isThreadingEnabled();
|
| static void shutdown();
|
|
|
| +private:
|
| static bool s_initialized;
|
| static WebCore::CCThread* s_mainThread;
|
| static WebCore::CCThread* s_implThread;
|
|
|