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

Unified Diff: media/blink/multibuffer_data_source_unittest.cc

Issue 2651583007: Plumbing blink::Interface{Provider|Registry} through WebLocalFrame's constructor. (Closed)
Patch Set: Rebasing... Created 3 years, 11 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
« no previous file with comments | « extensions/renderer/scoped_web_frame.cc ('k') | media/blink/resource_multibuffer_data_provider_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/multibuffer_data_source_unittest.cc
diff --git a/media/blink/multibuffer_data_source_unittest.cc b/media/blink/multibuffer_data_source_unittest.cc
index 3e1cc772d4599f4d7e8a9b3790788b8785468a68..993aa921a1e913d7b466a669fc6056e59ea9953a 100644
--- a/media/blink/multibuffer_data_source_unittest.cc
+++ b/media/blink/multibuffer_data_source_unittest.cc
@@ -227,8 +227,8 @@ class MultibufferDataSourceTest : public testing::Test {
MultibufferDataSourceTest()
: view_(WebView::create(nullptr, blink::WebPageVisibilityStateVisible)),
preload_(MultibufferDataSource::AUTO) {
- WebLocalFrame* frame =
- WebLocalFrame::create(blink::WebTreeScopeType::Document, &client_);
+ WebLocalFrame* frame = WebLocalFrame::create(
+ blink::WebTreeScopeType::Document, &client_, nullptr, nullptr);
view_->setMainFrame(frame);
url_index_ = make_linked_ptr(new TestUrlIndex(frame));
}
« no previous file with comments | « extensions/renderer/scoped_web_frame.cc ('k') | media/blink/resource_multibuffer_data_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698