Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 3c8224333900833eea0a7682540be341311744e3..556c76210a1a25da571e28462c12375b5cada213 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -69,6 +69,7 @@ class ScrollElasticityHelper; |
class ScrollbarLayerImplBase; |
class SwapPromise; |
class SwapPromiseMonitor; |
+class SynchronousTaskGraphRunner; |
class TextureMailboxDeleter; |
class TopControlsManager; |
class UIResourceBitmap; |
@@ -810,7 +811,8 @@ class CC_EXPORT LayerTreeHostImpl |
RenderingStatsInstrumentation* rendering_stats_instrumentation_; |
MicroBenchmarkControllerImpl micro_benchmark_controller_; |
- scoped_ptr<TaskGraphRunner> single_thread_synchronous_task_graph_runner_; |
+ scoped_ptr<SynchronousTaskGraphRunner> |
+ single_thread_synchronous_task_graph_runner_; |
// Optional callback to notify of new tree activations. |
base::Closure tree_activation_callback_; |