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

Unified Diff: chrome/browser/about_flags.cc

Issue 66333016: Add DirectWrite flag and plumb it through to Blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index dc7e74902ad4242b0269e0d35b8b645c4a8cde2f..fbfad11614b97b4bde91de2a20536d5d5cbfc413 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -420,6 +420,13 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kGDIPresentChoices)
},
{
+ "enable-direct-write",
+ IDS_FLAGS_ENABLE_DIRECT_WRITE_NAME,
+ IDS_FLAGS_ENABLE_DIRECT_WRITE_DESCRIPTION,
+ kOsAll,
Avi (use Gerrit) 2013/11/16 06:26:51 kOsWin
+ SINGLE_VALUE_TYPE(switches::kEnableDirectWrite)
+ },
+ {
"enable-experimental-canvas-features",
IDS_FLAGS_ENABLE_EXPERIMENTAL_CANVAS_FEATURES_NAME,
IDS_FLAGS_ENABLE_EXPERIMENTAL_CANVAS_FEATURES_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698