Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index d7a618a77cabf3135562d7c8985b2983f9a88e8c..158ac819833215b6e91bad3d16fee66b9a0d2203 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 DrawTimingSet; |
| // Provides information on an Impl's rendering capabilities back to the |
| // LayerTreeHost. |
| @@ -228,7 +229,8 @@ class CC_EXPORT LayerTreeHost { |
| float scale, |
| base::TimeDelta duration); |
| - void ApplyScrollAndScale(const ScrollAndScaleSet& info); |
| + void ApplyScrollAndScale(ScrollAndScaleSet* info); |
|
enne (OOO)
2014/07/22 20:44:26
?
Mike B
2014/07/25 23:09:41
Someone committed and then uncommitted a change he
|
| + void RecordDrawTiming(const DrawTimingSet& info); |
| void SetImplTransform(const gfx::Transform& transform); |
| // Virtual for tests. |