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

Unified Diff: ui/compositor/test/in_process_context_factory.cc

Issue 889063002: (not for commit) Create 2nd ContextProvider for Ganesh rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/in_process_context_factory.cc
diff --git a/ui/compositor/test/in_process_context_factory.cc b/ui/compositor/test/in_process_context_factory.cc
index 16ccfd837f4df6ef5de91fdb1ab3411ffe1b2f1a..19d770970f1a03ed978a39f26f4072dcfc0440f5 100644
--- a/ui/compositor/test/in_process_context_factory.cc
+++ b/ui/compositor/test/in_process_context_factory.cc
@@ -108,7 +108,7 @@ void InProcessContextFactory::CreateOutputSurface(
if (use_test_surface_) {
bool flipped_output_surface = false;
compositor->SetOutputSurface(make_scoped_ptr(new cc::PixelTestOutputSurface(
- context_provider, flipped_output_surface)));
+ context_provider, nullptr, flipped_output_surface)));
} else {
compositor->SetOutputSurface(
make_scoped_ptr(new DirectOutputSurface(context_provider)));
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698