Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 1b88cffc62cda658d843d1af15332fc25f3a07ea..d0fe5662cc54ad030c74d100f656929310b8d0a5 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -233,6 +233,8 @@ class CC_EXPORT LayerTreeHost { |
base::TimeDelta duration); |
void ApplyScrollAndScale(ScrollAndScaleSet* info); |
+ void RecordCompositeTimings(FrameTimingTracker::CompositeTimingSet* info); |
+ void RecordRenderTimings(FrameTimingTracker::MainFrameTimingSet* info); |
void SetImplTransform(const gfx::Transform& transform); |
// Virtual for tests. |