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

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

Issue 1808313002: Register surface namespace in BlimpUiContextFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move SurfaceManager to ContextFactory Created 4 years, 9 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: ui/compositor/test/context_factories_for_test.cc
diff --git a/ui/compositor/test/context_factories_for_test.cc b/ui/compositor/test/context_factories_for_test.cc
index 12da2da2659ff396b8e562069a098ef2e9fce93b..7834a4dddcf498dedef160ff47c946a8bf6b2777 100644
--- a/ui/compositor/test/context_factories_for_test.cc
+++ b/ui/compositor/test/context_factories_for_test.cc
@@ -30,8 +30,7 @@ ui::ContextFactory* InitializeContextFactoryForTests(bool enable_pixel_output) {
if (enable_pixel_output)
g_disable_null_draw = new gfx::DisableNullDrawGLBindings;
bool context_factory_for_test = true;
- g_implicit_factory =
- new InProcessContextFactory(context_factory_for_test, nullptr);
+ g_implicit_factory = new InProcessContextFactory(context_factory_for_test);
return g_implicit_factory;
}

Powered by Google App Engine
This is Rietveld 408576698