Index: cc/layer_tree_host_common_unittest.cc |
diff --git a/cc/layer_tree_host_common_unittest.cc b/cc/layer_tree_host_common_unittest.cc |
index a0103b656a7bfe58acab7b5a5b107bd12205d604..1afb70d54d70cd0c7a52bdcfb8503464f3e5e9c1 100644 |
--- a/cc/layer_tree_host_common_unittest.cc |
+++ b/cc/layer_tree_host_common_unittest.cc |
@@ -4835,7 +4835,7 @@ TEST(LayerTreeHostCommonTest, verifyContentsScaleForAnimatingLayer) |
EXPECT_CONTENTS_SCALE_EQ(1, childScale); |
// Remove the animation, now it can save a raster scale. |
- childScale->layerAnimationController()->removeAnimation(animationId); |
+ childScale->layerAnimationController()->RemoveAnimation(animationId); |
LayerTreeHostCommon::calculateDrawProperties(parent.get(), parent->bounds(), 1, 1, dummyMaxTextureSize, false, renderSurfaceLayerList); |