| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 277f05c0b8aa0e3647d8f479c25de31d439665e9..03af20a37fa1d09ffcbbdccbb626fbbb691e6fb5 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -60,6 +60,7 @@ class TopControlsManager;
|
| class UIResourceRequest;
|
| struct RenderingStats;
|
| struct ScrollAndScaleSet;
|
| +struct CompositeTimingSet;
|
|
|
| // Provides information on an Impl's rendering capabilities back to the
|
| // LayerTreeHost.
|
| @@ -229,6 +230,7 @@ class CC_EXPORT LayerTreeHost {
|
| base::TimeDelta duration);
|
|
|
| void ApplyScrollAndScale(ScrollAndScaleSet* info);
|
| + void RecordCompositeTiming(const CompositeTimingSet& info);
|
| void SetImplTransform(const gfx::Transform& transform);
|
|
|
| // Virtual for tests.
|
|
|