Index: ui/gfx/switches.h |
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h |
index 221decaeed342e5c8eb90cd7f54ae2340ad4f484..5da397b5231ab4f1268d3025c4fa28bff85bd63e 100644 |
--- a/ui/gfx/switches.h |
+++ b/ui/gfx/switches.h |
@@ -11,8 +11,6 @@ |
namespace switches { |
GFX_EXPORT extern const char kAllowArbitraryScaleFactorInImageSkia[]; |
-GFX_EXPORT extern const char kDisableHarfBuzzRenderText[]; |
-GFX_EXPORT extern const char kEnableHarfBuzzRenderText[]; |
GFX_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[]; |
GFX_EXPORT extern const char kForceDeviceScaleFactor[]; |
@@ -21,6 +19,10 @@ GFX_EXPORT extern const char kDisableDirectWrite[]; |
GFX_EXPORT extern const char kDisableDirectWriteForUI[]; |
#endif |
+#if defined(OS_MACOSX) |
+GFX_EXPORT extern const char kEnableHarfBuzzRenderText[]; |
+#endif |
+ |
} // namespace switches |
#endif // UI_GFX_SWITCHES_H_ |