| Index: third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| index c7b5ff4ed60b7644a4e46b7ac87e943b91966c67..cdfd26de18e18319fefad3bcc99544a9c59fdb69 100644
|
| --- a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| @@ -348,7 +348,7 @@ TEST_F(TopControlsTest, MAYBE(FloatingPointSlippage))
|
| // This will result in a 20px scroll to the top controls so the show ratio
|
| // will be 30/50 == 0.6 which is not representible in a float. Make sure
|
| // that scroll still consumes the whole delta.
|
| - FloatSize remainingDelta = webView->topControls().scrollBy(FloatSize(0, -10));
|
| + FloatSize remainingDelta = webView->topControls().scrollBy(FloatSize(0, 10));
|
| EXPECT_EQ(0, remainingDelta.height());
|
| }
|
|
|
|
|