| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 086855bbf53eca3876ea9abdb63ea5d27908f994..c9ac0713f52b6718c7f80042a6775cb2cb8fa6cd 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -25,7 +25,7 @@ class ThreadProxyContextRecreationTimer;
|
|
|
| class ThreadProxy : public Proxy, LayerTreeHostImplClient, SchedulerClient, TextureUpdateControllerClient {
|
| public:
|
| - static scoped_ptr<Proxy> create(LayerTreeHost*);
|
| + static scoped_ptr<Proxy> create(LayerTreeHost*, Thread*);
|
|
|
| virtual ~ThreadProxy();
|
|
|
| @@ -76,7 +76,7 @@ public:
|
| virtual void readyToFinalizeTextureUpdates() OVERRIDE;
|
|
|
| private:
|
| - explicit ThreadProxy(LayerTreeHost*);
|
| + ThreadProxy(LayerTreeHost*, Thread* implThread);
|
| friend class ThreadProxyContextRecreationTimer;
|
|
|
| // Set on impl thread, read on main thread.
|
|
|