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

Unified Diff: ui/gl/gl_switches.h

Issue 10310180: Disable GPU info collection on GPU process startup on Win/Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/gl/gl_switches.h
===================================================================
--- ui/gl/gl_switches.h (revision 137174)
+++ ui/gl/gl_switches.h (working copy)
@@ -28,8 +28,11 @@
GL_EXPORT extern const char kDisableGpuVsync[];
GL_EXPORT extern const char kEnableGPUServiceLogging[];
GL_EXPORT extern const char kEnableGPUClientLogging[];
+GL_EXPORT extern const char kGpuDeviceID[];
apatrick_chromium 2012/05/17 18:44:40 I think these should be in content_switches.h
Zhenyao Mo 2012/05/17 19:58:40 Done.
+GL_EXPORT extern const char kGpuDriverVersion[];
GL_EXPORT extern const char kGpuNoContextLost[];
GL_EXPORT extern const char kGpuSwapDelay[];
+GL_EXPORT extern const char kGpuVendorID[];
GL_EXPORT extern const char kUseGL[];
GL_EXPORT extern const char kSwiftShaderPath[];
GL_EXPORT extern const char kTestGLLib[];

Powered by Google App Engine
This is Rietveld 408576698