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..aa1209abd6b8535481f4137d49ccd46f3f9844ec 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 kEnableThreadedAnimation[] = "enable-threaded-animation"; |
|
jochen (gone - plz use gerrit)
2012/05/30 08:36:19
nit. please align =
|
| // Disable web audio API. |
| const char kDisableWebAudio[] = "disable-webaudio"; |