| 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 701c4ba616f5c7925fb1ec0cb122e83e324e89c1..1966155926301af835c1ee53feb458e22a61092a 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -263,6 +263,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void ScrollOffsetAnimationFinished() override;
|
| gfx::ScrollOffset GetScrollOffsetForAnimation(int layer_id) const override;
|
|
|
| + void ReportAndClearStatsAfterAnimateLayers();
|
| +
|
| virtual void PrepareTiles();
|
|
|
| // Returns DRAW_SUCCESS unless problems occured preparing the frame, and we
|
|
|