Index: cc/test/fake_picture_layer_impl.h |
diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h |
index 38caff85cdfd7193127e3effd1e539db09bd78a3..0b289b2bb6beec77e4f90e6e717232e3d5ce859d 100644 |
--- a/cc/test/fake_picture_layer_impl.h |
+++ b/cc/test/fake_picture_layer_impl.h |
@@ -96,8 +96,8 @@ class FakePictureLayerImpl : public PictureLayerImpl { |
void ScaleAndManageTilings(bool animating_transform_to_screen, |
float maximum_animation_contents_scale) { |
- UpdateIdealScales(); |
if (CanHaveTilings()) { |
+ UpdateIdealScales(); |
ManageTilings(animating_transform_to_screen, |
maximum_animation_contents_scale); |
} |