Chromium Code Reviews| Index: trunk/src/cc/trees/layer_tree_host.h |
| =================================================================== |
| --- trunk/src/cc/trees/layer_tree_host.h (revision 287455) |
| +++ trunk/src/cc/trees/layer_tree_host.h (working copy) |
| @@ -228,7 +228,7 @@ |
| float scale, |
| base::TimeDelta duration); |
| - void ApplyScrollAndScale(ScrollAndScaleSet* info); |
| + void ApplyScrollAndScale(const ScrollAndScaleSet& info); |
| void SetImplTransform(const gfx::Transform& transform); |
| // Virtual for tests. |