Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: webkit/compositor_bindings/WebCompositorImpl.h

Issue 10917153: Update cc snapshot to r127918 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « webkit/compositor_bindings/TouchpadFlingPlatformGestureCurve.h ('k') | webkit/compositor_bindings/WebCompositorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698