Chromium Code Reviews| 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"; |