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

Unified Diff: third_party/WebKit/Source/web/tests/LinkSelectionTest.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/LinkSelectionTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
index a82e133a74db7c2da87c618205e002b9a3a54d35..b87c75cb52843e0fb2e77f9987f232dd9696b512 100644
--- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
+++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
@@ -108,7 +108,7 @@ protected:
// We need to set deviceSupportsMouse setting to true and page's focus controller to active
// so that FrameView can set the mouse cursor.
- m_webView = m_helper.initialize(false, &m_testFrameClient, nullptr,
+ m_webView = m_helper.initialize(false, &m_testFrameClient, nullptr, nullptr,
[](WebSettings* settings) { settings->setDeviceSupportsMouse(true); });
m_mainFrame = m_webView->mainFrameImpl();
FrameTestHelpers::loadHTMLString(m_mainFrame, kHTMLString, URLTestHelpers::toKURL("http://foobar.com"));

Powered by Google App Engine
This is Rietveld 408576698