| 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 00047a3b152aa9bcc2e623a5c84a2396125321f5..21327b9cecda9916e44ee9235d40185ea2694348 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
|
| @@ -52,7 +52,7 @@ public:
|
| ScrollingCoordinatorTest()
|
| : m_baseURL("http://www.test.com/")
|
| {
|
| - m_helper.initialize(true, 0, &m_mockWebViewClient, &configureSettings);
|
| + m_helper.initialize(true, nullptr, &m_mockWebViewClient, m_mockWebViewClient.widgetClientForTests(), &configureSettings);
|
| webViewImpl()->resize(IntSize(320, 240));
|
|
|
| // OSX attaches main frame scrollbars to the VisualViewport so the VisualViewport layers need
|
|
|