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

Unified Diff: chrome/browser/about_flags.cc

Issue 12221005: Add flag to disable impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing line Created 7 years, 10 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 32a18cbb846f6efeaf9740a059978a7b8424c779..ba7a8f627411141c408b7817f7a9c1567521d867 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1265,6 +1265,13 @@ const Experiment kExperiments[] = {
kOsWin | kOsCrOS | kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableSyncDictionary)
},
+ {
+ "disable-impl-side-painting",
+ IDS_FLAGS_DISABLE_IMPL_SIDE_PAINTING_NAME,
+ IDS_FLAGS_DISABLE_IMPL_SIDE_PAINTING_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(cc::switches::kDisableImplSidePainting)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698