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

Unified Diff: content/public/common/content_switches.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
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5f7544c59d039336523d3144c784a1dd5dcfed79..0ba75b7c042dec436107234eac795d6db41ff2ff 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -184,8 +184,8 @@ const char kDisableSpeechInput[] = "disable-speech-input";
// Enables scripted speech api.
const char kEnableScriptedSpeech[] = "enable-scripted-speech";
-// Disables animation on the compositor thread.
-const char kDisableThreadedAnimation[] = "disable-threaded-animation";
+// Enables animation on the compositor thread.
+const char kEnableAcceleratedAnimation[] = "enable-accelerated-animation";
jamesr 2012/05/29 23:42:24 for the sake of having as few moving pieces as pos
// Disable web audio API.
const char kDisableWebAudio[] = "disable-webaudio";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698