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

Side by Side Diff: ui/gl/gl_switches.h

Issue 2780073002: Disable DirectComposition underlays and complex transforms by default. (Closed)
Patch Set: fix tests Created 3 years, 8 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
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | ui/gl/gl_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7
8 // Defines all the command-line switches used by ui/gl. 8 // Defines all the command-line switches used by ui/gl.
9 9
10 #include "base/feature_list.h" 10 #include "base/feature_list.h"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 GL_EXPORT extern const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches; 65 GL_EXPORT extern const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches;
66 66
67 } // namespace switches 67 } // namespace switches
68 68
69 namespace features { 69 namespace features {
70 70
71 #if defined(OS_WIN) 71 #if defined(OS_WIN)
72 GL_EXPORT extern const base::Feature kD3DVsync; 72 GL_EXPORT extern const base::Feature kD3DVsync;
73 #endif // defined(OS_WIN) 73 #endif // defined(OS_WIN)
74 74
75 GL_EXPORT extern const base::Feature kDirectCompositionUnderlays;
76 GL_EXPORT extern const base::Feature kDirectCompositionComplexOverlays;
77
75 } // namespace features 78 } // namespace features
76 79
77 #endif // UI_GL_GL_SWITCHES_H_ 80 #endif // UI_GL_GL_SWITCHES_H_
OLDNEW
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | ui/gl/gl_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698