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

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

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 7efa6c010be14e0512f46ad462a66307c1a1ee87..78aac8d3fafbfa9db15535e212e1c157c883d871 100644
--- a/ui/compositor/test/context_factories_for_test.cc
+++ b/ui/compositor/test/context_factories_for_test.cc
@@ -16,7 +16,7 @@ namespace {
static cc::SurfaceManager* g_surface_manager = nullptr;
static ui::ContextFactory* g_implicit_factory = NULL;
-static gfx::DisableNullDrawGLBindings* g_disable_null_draw = NULL;
+static gl::DisableNullDrawGLBindings* g_disable_null_draw = NULL;
} // namespace
@@ -30,7 +30,7 @@ ui::ContextFactory* InitializeContextFactoryForTests(bool enable_pixel_output) {
if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
enable_pixel_output = true;
if (enable_pixel_output)
- g_disable_null_draw = new gfx::DisableNullDrawGLBindings;
+ g_disable_null_draw = new gl::DisableNullDrawGLBindings;
bool context_factory_for_test = true;
g_surface_manager = new cc::SurfaceManager;
g_implicit_factory =
« no previous file with comments | « ui/chromeos/touch_exploration_controller_unittest.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698