Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 306578f8973345faf69f1f1f7a4616df1983923d..9d5a9f6648dd9c839d12708acadc4640ef1b79af 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -24,7 +24,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy, |
public: |
static scoped_ptr<Proxy> Create( |
LayerTreeHost* layer_tree_host, |
- LayerTreeHostSingleThreadClient* client); |
+ LayerTreeHostSingleThreadClient* client, |
+ scoped_refptr<cc::MainThreadTaskRunner> main_task_runner); |
virtual ~SingleThreadProxy(); |
// Proxy implementation |
@@ -93,7 +94,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy, |
private: |
SingleThreadProxy(LayerTreeHost* layer_tree_host, |
- LayerTreeHostSingleThreadClient* client); |
+ LayerTreeHostSingleThreadClient* client, |
+ scoped_refptr<cc::MainThreadTaskRunner> main_task_runner); |
void DoCommit(scoped_ptr<ResourceUpdateQueue> queue); |
bool DoComposite(base::TimeTicks frame_begin_time, |