diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 17:26:05 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 17:26:05 +0000 |
commit | ea6089c7c205c2cbfd1470c430bfe16f97e46370 (patch) | |
tree | 139b76fa481fa04e910f71dbd150d42dbf833ea7 /chrome/common/chrome_switches.cc | |
parent | 59f5e0204cbc0e524b2687fb1beddda82047d16d (diff) | |
download | chromium_src-ea6089c7c205c2cbfd1470c430bfe16f97e46370.zip chromium_src-ea6089c7c205c2cbfd1470c430bfe16f97e46370.tar.gz chromium_src-ea6089c7c205c2cbfd1470c430bfe16f97e46370.tar.bz2 |
Revert 53342 - Switch back to disabling Core Animation for Flash (for branch merge).
This goes back to the M5 logic for managing Flash model negotiation on the Mac.
BUG=49169
TEST=Flash should not negotation Core Animation mode unless --enable-flash-core-animation is passed. White flickering shouldn't happen, find bar and full screen UI should show.
Review URL: http://codereview.chromium.org/3044015
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/2832074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 66c864f..93586b5 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1074,9 +1074,9 @@ const char kPasswordStore[] = "password-store"; // is denied by the sandbox. const char kEnableSandboxLogging[] = "enable-sandbox-logging"; -// Temporary flag to allow Flash to negotiate the Core Animation drawing model. -// This will eventually become the default, and the flag can be removed. -const char kEnableFlashCoreAnimation[] = "enable-flash-core-animation"; +// 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"; #else // Enable Kiosk mode. const char kKioskMode[] = "kiosk"; |