| Index: cc/layers/layer_impl.h | 
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h | 
| index 64be55ceae4fa38ee853913895e39122acb7bd9f..40fd4b947cb1dcd0666c8c5e73ee862854550bf4 100644 | 
| --- a/cc/layers/layer_impl.h | 
| +++ b/cc/layers/layer_impl.h | 
| @@ -352,6 +352,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, | 
| virtual void CalculateContentsScale(float ideal_contents_scale, | 
| float device_scale_factor, | 
| float page_scale_factor, | 
| +                                      float maximum_animation_scale_factor, | 
| bool animating_transform_to_screen, | 
| float* contents_scale_x, | 
| float* contents_scale_y, | 
|  |