| 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.
|
|
|