Index: third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp b/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp |
index daff861f70e1cbd49c383505dfa3e38b00a43a6d..fa4a8a36996f555eabcf208a50f3567e624300b0 100644 |
--- a/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp |
@@ -45,6 +45,7 @@ protected: |
std::string m_baseURL; |
MockWebFrameClient m_mockWebFrameClient; |
+ FrameTestHelpers::UseMockScrollbarSettings m_mockScrollbarSettings; |
}; |
TEST_F(ProgrammaticScrollTest, RestoreScrollPositionAndViewStateWithScale) |