| 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 e8d981acab4d03d19718a9d1af932bd6ce11d832..ecd4166e8376e15e989f93714577e1ab7bbe3903 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;
|
| @@ -805,7 +806,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_;
|
|
|