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

Unified Diff: ui/gl/gpu_preference.h

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 | « ui/gl/glx_api_unittest.cc ('k') | ui/gl/gpu_switching_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gpu_preference.h
diff --git a/ui/gl/gpu_preference.h b/ui/gl/gpu_preference.h
index 8d0303620dc2e707e214eff713ae4b8f90e00fde..67abb7558001481d810fff2cd3c28b73e3901bd0 100644
--- a/ui/gl/gpu_preference.h
+++ b/ui/gl/gpu_preference.h
@@ -5,7 +5,7 @@
#ifndef UI_GL_GPU_PREFERENCE_H_
#define UI_GL_GPU_PREFERENCE_H_
-namespace gfx {
+namespace gl {
// On dual-GPU systems, expresses a preference for using the integrated
// or discrete GPU. On systems that have dual-GPU support (see
@@ -20,6 +20,6 @@ enum GpuPreference {
GpuPreferenceLast = PreferDiscreteGpu
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_GPU_PREFERENCE_H_
« no previous file with comments | « ui/gl/glx_api_unittest.cc ('k') | ui/gl/gpu_switching_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698