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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_GL_GL_SWITCHES_H_ 5 #ifndef UI_GL_GL_SWITCHES_H_
6 #define UI_GL_GL_SWITCHES_H_ 6 #define UI_GL_GL_SWITCHES_H_
7 #pragma once 7 #pragma once
8 8
9 // Defines all the command-line switches used by ui/gl. 9 // Defines all the command-line switches used by ui/gl.
10 10
(...skipping 10 matching lines...) Expand all
21 extern const char kGLImplementationMockName[]; 21 extern const char kGLImplementationMockName[];
22 22
23 } // namespace gfx 23 } // namespace gfx
24 24
25 namespace switches { 25 namespace switches {
26 26
27 GL_EXPORT extern const char kDisableGpuSwitching[]; 27 GL_EXPORT extern const char kDisableGpuSwitching[];
28 GL_EXPORT extern const char kDisableGpuVsync[]; 28 GL_EXPORT extern const char kDisableGpuVsync[];
29 GL_EXPORT extern const char kEnableGPUServiceLogging[]; 29 GL_EXPORT extern const char kEnableGPUServiceLogging[];
30 GL_EXPORT extern const char kEnableGPUClientLogging[]; 30 GL_EXPORT extern const char kEnableGPUClientLogging[];
31 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.
32 GL_EXPORT extern const char kGpuDriverVersion[];
31 GL_EXPORT extern const char kGpuNoContextLost[]; 33 GL_EXPORT extern const char kGpuNoContextLost[];
32 GL_EXPORT extern const char kGpuSwapDelay[]; 34 GL_EXPORT extern const char kGpuSwapDelay[];
35 GL_EXPORT extern const char kGpuVendorID[];
33 GL_EXPORT extern const char kUseGL[]; 36 GL_EXPORT extern const char kUseGL[];
34 GL_EXPORT extern const char kSwiftShaderPath[]; 37 GL_EXPORT extern const char kSwiftShaderPath[];
35 GL_EXPORT extern const char kTestGLLib[]; 38 GL_EXPORT extern const char kTestGLLib[];
36 39
37 } // namespace switches 40 } // namespace switches
38 41
39 #endif // UI_GL_GL_SWITCHES_H_ 42 #endif // UI_GL_GL_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698