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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.h

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/web_layer_tree_view_impl.h
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.h b/webkit/compositor_bindings/web_layer_tree_view_impl.h
index f9b9e11286c116558652dfdec06261a0a7038be3..8f694fdf8a4aacb8583bf01476ae55884c73880b 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
@@ -11,6 +11,7 @@
namespace cc {
class CCLayerTreeHost;
+class CompositorSupportState;
}
namespace WebKit {
@@ -23,7 +24,7 @@ public:
explicit WebLayerTreeViewImpl(WebLayerTreeViewClient*);
virtual ~WebLayerTreeViewImpl();
- bool initialize(const Settings&);
+ bool initialize(const Settings&, CompositorSupportState*);
// WebLayerTreeView implementation.
virtual void setSurfaceReady() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698