| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 49713d2e88c99380123cb1184e7e36ee9ae97a41..dd21c007195f9d0e9f788f87e228e656ac185ec1 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<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
|
|
|
| virtual ~ThreadProxy();
|
| @@ -231,6 +232,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
|
|
| protected:
|
| ThreadProxy(LayerTreeHost* layer_tree_host,
|
| + scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
|
|
|
| private:
|
|
|