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

Unified Diff: content/public/common/content_switches.h

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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index d39cd415ac9cdc9acac35e4d47f6f39ebaf0e473..2a4d07a926aa1cd9a7e4fbcca08038471fe36af8 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -68,7 +68,7 @@ extern const char kDisableSharedWorkers[];
extern const char kDisableSiteSpecificQuirks[];
CONTENT_EXPORT extern const char kDisableSpeechInput[];
CONTENT_EXPORT extern const char kEnableScriptedSpeech[];
-CONTENT_EXPORT extern const char kDisableThreadedAnimation[];
+CONTENT_EXPORT extern const char kEnableAcceleratedAnimation[];
CONTENT_EXPORT extern const char kDisableWebAudio[];
extern const char kDisableWebSecurity[];
extern const char kDisableWebSockets[];

Powered by Google App Engine
This is Rietveld 408576698