blob: c589a1ff90e37674d67f07af55235c5fbd1582ad [file] [log] [blame]
[email protected]0d3b9dd2012-11-14 04:14:481// 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
ananta8150ea62014-10-10 22:57:598#include "build/build_config.h"
[email protected]d34e4072013-09-05 20:28:309#include "ui/gfx/gfx_export.h"
[email protected]0d3b9dd2012-11-14 04:14:4810
[email protected]0d3b9dd2012-11-14 04:14:4811namespace switches {
12
ananta8150ea62014-10-10 22:57:5913#if defined(OS_WIN)
anantae047d112014-11-17 21:51:4514GFX_EXPORT extern const char kDisableDirectWriteForUI[];
ananta8150ea62014-10-10 22:57:5915#endif
16
derata55b0115d2015-02-03 01:59:0817#if defined(OS_MACOSX)
18GFX_EXPORT extern const char kEnableHarfBuzzRenderText[];
19#endif
20
[email protected]0d3b9dd2012-11-14 04:14:4821} // namespace switches
[email protected]0d3b9dd2012-11-14 04:14:4822
23#endif // UI_GFX_SWITCHES_H_