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

Unified Diff: cc/thread_proxy.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: cc/thread_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index c6c3a161c2e0a53943eaf4dba7931d343089d349..247cdb4bda067c1a960a279d387ef50248aa898a 100644
--- a/cc/thread_proxy.h
+++ b/cc/thread_proxy.h
@@ -25,7 +25,7 @@ class CCThreadProxyContextRecreationTimer;
class CCThreadProxy : public CCProxy, CCLayerTreeHostImplClient, CCSchedulerClient, CCTextureUpdateControllerClient {
public:
- static scoped_ptr<CCProxy> create(CCLayerTreeHost*);
+ static scoped_ptr<CCProxy> create(CCLayerTreeHost*, CompositorSupportState*);
virtual ~CCThreadProxy();
@@ -76,7 +76,7 @@ public:
virtual void readyToFinalizeTextureUpdates() OVERRIDE;
private:
- explicit CCThreadProxy(CCLayerTreeHost*);
+ CCThreadProxy(CCLayerTreeHost*, CompositorSupportState* compositorSupportState);
friend class CCThreadProxyContextRecreationTimer;
// Set on impl thread, read on main thread.
« cc/proxy.h ('K') | « cc/texture_update_controller.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698