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..6faad43d7e67df04086c8e573f0cd507263da6e5 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, nullptr, &configureSettings); |
webViewImpl()->resize(IntSize(320, 240)); |
// OSX attaches main frame scrollbars to the VisualViewport so the VisualViewport layers need |