summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/base/ui_base_switches.cc4
-rw-r--r--ui/base/ui_base_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index b4c1ca3..9e106fc 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -66,10 +66,6 @@ const char kTouchOptimizedUIDisabled[] = "disabled";
#if defined(OS_MACOSX)
const char kDisableCompositedCoreAnimationPlugins[] =
"disable-composited-core-animation-plugins";
-// Disables using core animation in plugins. This is triggered when accelerated
-// compositing is disabled. See http://crbug.com/122430
-const char kDisableCoreAnimationPlugins[] =
- "disable-core-animation-plugins";
#endif
#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX)
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index 7f8de82..c8f3bc7 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -36,7 +36,6 @@ UI_EXPORT extern const char kTouchOptimizedUIEnabled[];
// convenient place where it can be shared between
// src/webkit/plugins/npapi/ and src/content/plugin/ .
UI_EXPORT extern const char kDisableCompositedCoreAnimationPlugins[];
-UI_EXPORT extern const char kDisableCoreAnimationPlugins[];
#endif
#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX)