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

Unified Diff: content/browser/compositor/software_browser_compositor_output_surface_unittest.cc

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Updated Created 4 years 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: content/browser/compositor/software_browser_compositor_output_surface_unittest.cc
diff --git a/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc b/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc
index 5ec01a82bde26d3fffc399c2031ffd3be86c07b5..6363ec3a103c61b03ce56ba83856f9a493da8d57 100644
--- a/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc
+++ b/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc
@@ -98,8 +98,8 @@ void SoftwareBrowserCompositorOutputSurfaceTest::SetUp() {
ui::ContextFactory* context_factory =
ui::InitializeContextFactoryForTests(enable_pixel_output);
- compositor_.reset(
- new ui::Compositor(context_factory, message_loop_.task_runner().get()));
+ compositor_.reset(new ui::Compositor(context_factory, nullptr,
+ message_loop_.task_runner().get()));
compositor_->SetAcceleratedWidget(gfx::kNullAcceleratedWidget);
}

Powered by Google App Engine
This is Rietveld 408576698