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

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: update switch comment 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
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698