Index: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp |
index de137b5ddb91289a3f8d303a0f6a1c64bfd6d8c7..6520a18b1b7d14304fc65c087703003bb903be54 100644 |
--- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp |
@@ -108,6 +108,7 @@ private: |
} |
FrameTestHelpers::WebViewHelper m_helper; |
+ FrameTestHelpers::UseMockScrollbarSettings m_mockScrollbarSettings; |
}; |
TEST_F(ScrollingCoordinatorTest, fastScrollingByDefault) |