| OLD | NEW |
| 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 Loading... |
| 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_ |
| OLD | NEW |