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

Unified Diff: ui/gfx/switches.h

Issue 891013003: Delete RenderTextWin and RenderTextPango. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn update Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698