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

Unified Diff: third_party/WebKit/Source/web/tests/FrameSerializerTest.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/FrameSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
index d3aa43a526a6cba8dbfbc187e155051304cc04ab..8e7e207923f0a7eb5de34e0429f3437c32a5b55a 100644
--- a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
@@ -69,7 +69,7 @@ protected:
void SetUp() override
{
// We want the images to load and JavaScript to be on.
- m_helper.initialize(true, 0, 0, &configureSettings);
+ m_helper.initialize(true, nullptr, nullptr, nullptr, &configureSettings);
}
void TearDown() override

Powered by Google App Engine
This is Rietveld 408576698