[email protected] | 0d3b9dd | 2012-11-14 04:14:48 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef UI_GFX_SWITCHES_H_ | ||||
6 | #define UI_GFX_SWITCHES_H_ | ||||
7 | |||||
ananta | 8150ea6 | 2014-10-10 22:57:59 | [diff] [blame] | 8 | #include "build/build_config.h" |
[email protected] | d34e407 | 2013-09-05 20:28:30 | [diff] [blame] | 9 | #include "ui/gfx/gfx_export.h" |
[email protected] | 0d3b9dd | 2012-11-14 04:14:48 | [diff] [blame] | 10 | |
[email protected] | 0d3b9dd | 2012-11-14 04:14:48 | [diff] [blame] | 11 | namespace switches { |
12 | |||||
ananta | 8150ea6 | 2014-10-10 22:57:59 | [diff] [blame] | 13 | #if defined(OS_WIN) |
ananta | e047d11 | 2014-11-17 21:51:45 | [diff] [blame] | 14 | GFX_EXPORT extern const char kDisableDirectWriteForUI[]; |
ananta | 8150ea6 | 2014-10-10 22:57:59 | [diff] [blame] | 15 | #endif |
16 | |||||
derat | a55b0115d | 2015-02-03 01:59:08 | [diff] [blame] | 17 | #if defined(OS_MACOSX) |
18 | GFX_EXPORT extern const char kEnableHarfBuzzRenderText[]; | ||||
19 | #endif | ||||
20 | |||||
[email protected] | 0d3b9dd | 2012-11-14 04:14:48 | [diff] [blame] | 21 | } // namespace switches |
[email protected] | 0d3b9dd | 2012-11-14 04:14:48 | [diff] [blame] | 22 | |
23 | #endif // UI_GFX_SWITCHES_H_ |