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

Unified Diff: chrome/browser/about_flags.cc

Issue 10459016: Disable accelerated animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just switch enable/disable. Don't rename flag. Created 8 years, 7 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 9eee218a0d42a7044668bc144490db649dd15a55..269be54617f1934ae39f0b76467c5d1267d21ffa 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -197,11 +197,11 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kThreadedCompositingModeChoices)
},
{
- "disable-threaded-animation",
- IDS_FLAGS_DISABLE_THREADED_ANIMATION_NAME,
- IDS_FLAGS_DISABLE_THREADED_ANIMATION_DESCRIPTION,
+ "enable-threaded-animation",
+ IDS_FLAGS_ENABLE_THREADED_ANIMATION_NAME,
+ IDS_FLAGS_ENABLE_THREADED_ANIMATION_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kDisableThreadedAnimation)
+ SINGLE_VALUE_TYPE(switches::kEnableThreadedAnimation)
},
{
"composited-layer-borders",

Powered by Google App Engine
This is Rietveld 408576698