| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 339ae4e3e0d62e635aa9bc02239ab8213d23320e..54962fc4eafdf401556a0450315b90b4f8e183a0 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -299,6 +299,8 @@ class CC_EXPORT LayerTreeHost {
|
| output_surface_lost_ = is_lost;
|
| }
|
|
|
| + MicroBenchmarkController micro_benchmark_controller_;
|
| +
|
| private:
|
| bool InitializeProxy(scoped_ptr<Proxy> proxy);
|
|
|
| @@ -353,8 +355,6 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| int source_frame_number_;
|
| scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_;
|
| - MicroBenchmarkController micro_benchmark_controller_;
|
| -
|
|
|
| bool output_surface_can_be_initialized_;
|
| bool output_surface_lost_;
|
|
|