diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 22:26:10 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 22:26:10 +0000 |
commit | 77f0c3e6fcb58da648fe81819e7028a7bd3768d1 (patch) | |
tree | 2b401e4507fca7086372167b045de9e9e9df35e5 /chrome/app/framework.order | |
parent | 520cdd71da6f80dfffdd384645792de9a61abc94 (diff) | |
download | chromium_src-77f0c3e6fcb58da648fe81819e7028a7bd3768d1.zip chromium_src-77f0c3e6fcb58da648fe81819e7028a7bd3768d1.tar.gz chromium_src-77f0c3e6fcb58da648fe81819e7028a7bd3768d1.tar.bz2 |
Fix clicking in QuickTime content on the Mac
QuickTime uses FindWindow in its click handling to get the WindowRef, so we need to interpose it to give back the plugin window (which isn't actually on screen). This makes clicks work except for the menu button in the control strip.
BUG=24952
TEST=Click/double-click in a QuickTime video to pause/play, or use the control strip (except for the menu button).
Review URL: http://codereview.chromium.org/536047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/framework.order')
-rw-r--r-- | chrome/app/framework.order | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/framework.order b/chrome/app/framework.order index 508ca0f..c4bb3fa 100644 --- a/chrome/app/framework.order +++ b/chrome/app/framework.order @@ -29,6 +29,8 @@ __ZN22mac_plugin_interposing33NotifyBrowserOfPluginSelectWindowEj6CGRectb __ZN23FakePluginWindowTracker14SharedInstanceEv __ZN23FakePluginWindowTracker27RemoveFakeWindowForDelegateEP21WebPluginDelegateImplP15OpaqueWindowPtr __ZN23FakePluginWindowTracker29GenerateFakeWindowForDelegateEP21WebPluginDelegateImpl +__ZN23FakePluginWindowTracker24get_active_plugin_windowEv +__ZN23FakePluginWindowTracker24set_active_plugin_windowEP15OpaqueWindowPtr __ZN23FakePluginWindowTrackerC1Ev __ZN23FakePluginWindowTrackerC2Ev __ZN7WebCore22narrowPrecisionToFloatIdEEfT_ |