Index: cc/layer_tree_host_unittest_scroll.cc |
diff --git a/cc/layer_tree_host_unittest_scroll.cc b/cc/layer_tree_host_unittest_scroll.cc |
index 15ab63b17e7a391ed5c300e52b326e7fa42690c3..3f524d7167cc1ab30ebdff8bf1d9dcd38dbe9d54 100644 |
--- a/cc/layer_tree_host_unittest_scroll.cc |
+++ b/cc/layer_tree_host_unittest_scroll.cc |
@@ -378,7 +378,7 @@ class LayerTreeHostScrollTestCaseWithChild : |
gfx::Vector2dF(0.5f, 0.5f)), |
InputHandlerClient::Gesture); |
EXPECT_EQ(InputHandlerClient::ScrollStarted, status); |
- impl->scrollBy(gfx::Point(), scroll_amount_); |
+ impl->scrollBy(0, gfx::Point(), scroll_amount_); |
impl->scrollEnd(); |
// Check the scroll is applied as a delta. |
@@ -398,7 +398,7 @@ class LayerTreeHostScrollTestCaseWithChild : |
gfx::Vector2dF(0.5f, 0.5f)), |
InputHandlerClient::Wheel); |
EXPECT_EQ(InputHandlerClient::ScrollStarted, status); |
- impl->scrollBy(gfx::Point(), scroll_amount_); |
+ impl->scrollBy(0, gfx::Point(), scroll_amount_); |
impl->scrollEnd(); |
// Check the scroll is applied as a delta. |