Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 278814a8f1c085e3df53aeaa68a9d27c983114a9..449d8e4e09a0f614e44ead23cf8677e65fa2dedb 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" |
@@ -329,6 +330,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( |