Index: cc/trees/layer_tree_host_unittest_animation_timelines.cc |
diff --git a/cc/trees/layer_tree_host_unittest_animation_timelines.cc b/cc/trees/layer_tree_host_unittest_animation_timelines.cc |
index b5593b1e7e0b1591a98121a40e043b7dac7bbced..1bd2696a34535e57f708a201cbc73c1347fd67d6 100644 |
--- a/cc/trees/layer_tree_host_unittest_animation_timelines.cc |
+++ b/cc/trees/layer_tree_host_unittest_animation_timelines.cc |
@@ -677,7 +677,7 @@ class LayerTreeHostTimelinesTestScrollOffsetAnimationRemoval |
// Block activation until the running animation has a chance to produce a |
// scroll delta. |
- gfx::Vector2dF scroll_delta = scroll_layer_impl->ScrollDelta(); |
+ gfx::Vector2dF scroll_delta = ScrollDelta(scroll_layer_impl); |
if (scroll_delta.x() < 1.f || scroll_delta.y() < 1.f) |
return; |