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

Unified Diff: chrome/browser/about_flags.cc

Issue 10459016: Disable accelerated animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5fdcde9e112fd7d96840b6ba37a5e17d14400a95..9154cea6af2e3020ec064cc0e1be92ceefd73495 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-accelerated-animation",
+ IDS_FLAGS_ENABLE_ACCELERATED_ANIMATION_NAME,
+ IDS_FLAGS_ENABLE_ACCELERATED_ANIMATION_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kDisableThreadedAnimation)
+ SINGLE_VALUE_TYPE(switches::kEnableAcceleratedAnimation)
},
{
"composited-layer-borders",

Powered by Google App Engine
This is Rietveld 408576698