Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp

Issue 1924043002: Switch the inheritance of WebViewClient from WebWidgetClient to protected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, fix new test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
index 70f4f792caa064a522635e0a4ffb992ba30ee37b..4c6abf7c2e9d55750cee501094d7cb3bf325cb67 100644
--- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
@@ -59,7 +59,8 @@ 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, &m_client, &configureSettings);
+ m_baseURL + pageName, true, nullptr, &m_client, nullptr,
+ &configureSettings);
// Initialize top controls to be shown.
webViewImpl()->resizeWithTopControls(IntSize(400, 400), 50, true);

Powered by Google App Engine
This is Rietveld 408576698