| 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 3785e9b0688e19accb10f0883ccada7669a3ea5a..6f8427406142b8f472c1615b067c561d81fe61b5 100644
|
| --- a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| // Load a page with large body and set viewport size to 400x400 to ensure
|
| // main frame is scrollable.
|
| - m_helper.initializeAndLoad(m_baseURL + pageName, true, 0, 0, &configureSettings);
|
| + m_helper.initializeAndLoad(m_baseURL + pageName, true, nullptr, nullptr, nullptr, &configureSettings);
|
|
|
| webViewImpl()->resize(IntSize(400, 400));
|
| return webViewImpl();
|
|
|