| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 721bb6884c530fe0c9139582267eed1adf233cb2..fc229634482ec1b094895084014618d798d6c93b 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -24,7 +24,7 @@ class Thread;
|
|
|
| class ThreadProxy : public Proxy, LayerTreeHostImplClient, SchedulerClient, ResourceUpdateControllerClient {
|
| public:
|
| - static scoped_ptr<Proxy> create(LayerTreeHost*);
|
| + static scoped_ptr<Proxy> create(LayerTreeHost*, Thread*);
|
|
|
| virtual ~ThreadProxy();
|
|
|
| @@ -77,7 +77,7 @@ public:
|
| virtual void readyToFinalizeTextureUpdates() OVERRIDE;
|
|
|
| private:
|
| - explicit ThreadProxy(LayerTreeHost*);
|
| + ThreadProxy(LayerTreeHost*, Thread* implThread);
|
|
|
| // Set on impl thread, read on main thread.
|
| struct BeginFrameAndCommitState {
|
|
|