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

Unified Diff: ui/gfx/gl/gl_switches.h

Issue 7517012: Turn on UIPI for the GPU sandbox. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/gfx/gl/gl_implementation.cc ('k') | ui/gfx/gl/gl_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_switches.h
===================================================================
--- ui/gfx/gl/gl_switches.h (revision 93936)
+++ ui/gfx/gl/gl_switches.h (working copy)
@@ -8,6 +8,16 @@
#define UI_GFX_GL_GL_SWITCHES_H_
#pragma once
+namespace gfx {
+
+// The GL implementation names that can be passed to --use-gl.
+extern const char kGLImplementationDesktopName[];
+extern const char kGLImplementationOSMesaName[];
+extern const char kGLImplementationEGLName[];
+extern const char kGLImplementationMockName[];
+
+} // namespace gfx
+
namespace switches {
extern const char kDisableGpuVsync[];
« no previous file with comments | « ui/gfx/gl/gl_implementation.cc ('k') | ui/gfx/gl/gl_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698