Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 14dfc5a565890a7a0291be823994cf5e1244b636..bd91e4d32a5767af8cc2c6a7ca28a5c0fa2835f3 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -399,6 +399,9 @@ const char kEnableDeadlineScheduling[] = "enable-deadline-scheduling"; |
// Enables delegated renderer. |
const char kEnableDelegatedRenderer[] = "enable-delegated-renderer"; |
+// Enables the DirectWrite font rendering system on windows. |
Avi (use Gerrit)
2013/11/16 06:26:51
#if defined(OS_WIN)
|
+const char kEnableDirectWrite[] = "enable-direct-write"; |
+ |
// Enables restarting interrupted downloads. |
const char kEnableDownloadResumption[] = "enable-download-resumption"; |