| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index 5d9bcbf4666fe4364ec402c1378952d8b84e2f01..0503aa3ec9fe6ce87adac05a80b3f951ae769b64 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -772,7 +772,7 @@ class LayerTreeHostAnimationTestScrollOffsetAnimationRemoval
|
|
|
| // 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;
|
|
|
|
|