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

Unified Diff: gpu/command_buffer/tests/gl_dynamic_config_unittest.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
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/command_buffer/tests/gl_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_dynamic_config_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_dynamic_config_unittest.cc b/gpu/command_buffer/tests/gl_dynamic_config_unittest.cc
index 96f219ef435c35b95882f11a88188685bd1f657b..4f661f988d99175d48929fd1607c9028fe08621c 100644
--- a/gpu/command_buffer/tests/gl_dynamic_config_unittest.cc
+++ b/gpu/command_buffer/tests/gl_dynamic_config_unittest.cc
@@ -18,7 +18,7 @@ TEST_F(GLDynamicConfigTest, SwitchConfigurationInNonVirtualizedContextMode) {
GLManager::SetEnableVirtualContext(false);
GLManager::Options options;
- options.surface_format = gfx::GLSurface::SURFACE_RGB565;
+ options.surface_format = gl::GLSurface::SURFACE_RGB565;
GLManager gl_rgb_565;
gl_rgb_565.Initialize(options);
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/command_buffer/tests/gl_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698