| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 74accefe0123a727e50c9d74b9c2d9e3c55d6093..7b3cfaf0363c49bc8ff59fa5fd73e400973ea8db 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -39,6 +39,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| public:
|
| static scoped_ptr<Proxy> Create(
|
| LayerTreeHost* layer_tree_host,
|
| + scoped_refptr<cc::MainThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
|
|
|
| virtual ~ThreadProxy();
|
| @@ -230,6 +231,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
|
|
| protected:
|
| ThreadProxy(LayerTreeHost* layer_tree_host,
|
| + scoped_refptr<cc::MainThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
|
|
|
| private:
|
|
|