From ea6089c7c205c2cbfd1470c430bfe16f97e46370 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Thu, 22 Jul 2010 17:26:05 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/common/chrome_switches.cc') 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"; -- cgit v1.1