Index: cc/test/tiled_layer_test_common.cc |
diff --git a/cc/test/tiled_layer_test_common.cc b/cc/test/tiled_layer_test_common.cc |
index 430eddf0626fb08164e3ec28461261421a9ec8a1..582dcc17375993527702207a263cae31e79c127f 100644 |
--- a/cc/test/tiled_layer_test_common.cc |
+++ b/cc/test/tiled_layer_test_common.cc |
@@ -116,6 +116,7 @@ void FakeTiledLayer::UpdateContentsScale(float ideal_contents_scale) { |
CalculateContentsScale(ideal_contents_scale, |
1.f, |
1.f, |
+ 1.f, |
false, // animating_transform_to_screen |
&draw_properties().contents_scale_x, |
&draw_properties().contents_scale_y, |
@@ -156,6 +157,7 @@ void FakeTiledLayerWithScaledBounds::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, |