diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 16:41:07 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 16:41:07 +0000 |
commit | 3b3243535b3d4591b75f59ce0baba27fb85cf5c5 (patch) | |
tree | 5db010893ed34a2e9d60492a1fe56dfdf12ddc90 /chrome/common | |
parent | 0dd6f9b526cec9d8d353f8bdf6ef7e12785f7c25 (diff) | |
download | chromium_src-3b3243535b3d4591b75f59ce0baba27fb85cf5c5.zip chromium_src-3b3243535b3d4591b75f59ce0baba27fb85cf5c5.tar.gz chromium_src-3b3243535b3d4591b75f59ce0baba27fb85cf5c5.tar.bz2 |
Remove flag to prevert Flash from using Core Animation
The Flash-specific issues with Core Animation have been resolved, so this flag isn't needed any more.
BUG=NONE
TEST=--disable-flash-core-anmiation shouldn't do anything any more.
Review URL: http://codereview.chromium.org/3750005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index f2ba206..e3f8ed8 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1234,10 +1234,6 @@ const char kPasswordStore[] = "password-store"; #endif #if defined(OS_MACOSX) -// Temporary flag to prevent Flash from negotiating the Core Animation drawing -// model. This will be removed once the last issues have been resolved. -const char kDisableFlashCoreAnimation[] = "disable-flash-core-animation"; - // Temporary flag to disable hole punching for accelerated surfaces. This is // here to aid debugging eventual problems, it can be removed once hole punching // has been out there for a few dev channel releases without problems. diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 961bd6a..316e55c 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -363,7 +363,6 @@ extern const char kPasswordStore[]; #endif #if defined(OS_MACOSX) -extern const char kDisableFlashCoreAnimation[]; extern const char kDisableHolePunching[]; extern const char kEnableExposeForTabs[]; extern const char kEnableSandboxLogging[]; |