| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index cf47facddd42e32c1a731b0b81fbf436cdd622a0..fec160768a0b370f3a629322ee32e2de75159d8f 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -21,6 +21,7 @@
|
| #include "cc/animation/animation_events.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| +#include "cc/debug/frame_timing_tracker.h"
|
| #include "cc/debug/micro_benchmark.h"
|
| #include "cc/debug/micro_benchmark_controller.h"
|
| #include "cc/input/input_handler.h"
|
| @@ -321,6 +322,10 @@ class CC_EXPORT LayerTreeHost {
|
| return settings().impl_side_painting;
|
| }
|
|
|
| + void RecordFrameTimingEvents(
|
| + scoped_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
|
| + scoped_ptr<FrameTimingTracker::MainFrameTimingSet> main_frame_events);
|
| +
|
| protected:
|
| explicit LayerTreeHost(InitParams* params);
|
| void InitializeThreaded(
|
|
|