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

Unified Diff: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.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/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

Powered by Google App Engine
This is Rietveld 408576698