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

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.h

Issue 11369071: A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
===================================================================
--- webkit/compositor_bindings/web_layer_tree_view_impl.h (revision 165906)
+++ webkit/compositor_bindings/web_layer_tree_view_impl.h (working copy)
@@ -11,7 +11,6 @@
namespace cc {
class LayerTreeHost;
-class Thread;
}
namespace WebKit {
@@ -24,7 +23,7 @@
explicit WebLayerTreeViewImpl(WebLayerTreeViewClient*);
virtual ~WebLayerTreeViewImpl();
- bool initialize(const Settings&, scoped_ptr<cc::Thread> implThread);
+ bool initialize(const Settings&);
// WebLayerTreeView implementation.
virtual void setSurfaceReady() OVERRIDE;
@@ -72,7 +71,6 @@
private:
WebLayerTreeViewClient* m_client;
scoped_ptr<cc::LayerTreeHost> m_layerTreeHost;
- bool m_hasImplThread;
};
} // namespace WebKit
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.cc ('k') | webkit/compositor_bindings/web_layer_tree_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698