| 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 8ae65d5070318d2bcbac380472c7d4aec55c3ea1..9ee107e471242661894283c65768374a50d1a4ee 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -17,6 +17,7 @@
|
| #include "cc/animation/animation_events.h"
|
| #include "cc/animation/animation_registrar.h"
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/debug/micro_benchmark_controller_impl.h"
|
| #include "cc/input/input_handler.h"
|
| #include "cc/input/layer_scroll_offset_delegate.h"
|
| #include "cc/input/top_controls_manager_client.h"
|
| @@ -411,6 +412,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool opaque;
|
| };
|
|
|
| + void ScheduleMicroBenchmark(scoped_ptr<MicroBenchmarkImpl> benchmark);
|
| +
|
| protected:
|
| LayerTreeHostImpl(
|
| const LayerTreeSettings& settings,
|
| @@ -620,6 +623,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| scoped_ptr<AnimationRegistrar> animation_registrar_;
|
|
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation_;
|
| + MicroBenchmarkControllerImpl micro_benchmark_controller_;
|
|
|
| bool need_to_update_visible_tiles_before_draw_;
|
|
|
|
|