summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 17:09:16 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 17:09:16 +0000
commita09cf35d46debe6e7f5e19829121110b19c824f3 (patch)
treeec978fd727c9cb6d45dd88c79d27c9b428509559 /content/plugin/webplugin_accelerated_surface_proxy_mac.cc
parenta444accbee071aaf43f14d5c472e7d1849a53a7f (diff)
downloadchromium_src-a09cf35d46debe6e7f5e19829121110b19c824f3.zip
chromium_src-a09cf35d46debe6e7f5e19829121110b19c824f3.tar.gz
chromium_src-a09cf35d46debe6e7f5e19829121110b19c824f3.tar.bz2
Move kDisableCoreAnimationPlugins to content_switches since it's only used in content now.
TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/22862003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/webplugin_accelerated_surface_proxy_mac.cc')
-rw-r--r--content/plugin/webplugin_accelerated_surface_proxy_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
index ba7216f..3397b41 100644
--- a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
+++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
@@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/command_line.h"
#include "content/plugin/webplugin_proxy.h"
-#include "ui/base/ui_base_switches.h"
+#include "content/public/common/content_switches.h"
#include "ui/gl/io_surface_support_mac.h"
#include "ui/surface/accelerated_surface_mac.h"
#include "ui/surface/transport_dib.h"