diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 23:45:21 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-02 23:45:21 +0000 |
commit | ae40ccd86384f6d6246f0d01b6629df16a008402 (patch) | |
tree | c7e0af14c9aa3c2fe72cf78925c99f6b2e0c0bd4 /chrome/app/framework.order | |
parent | b556e23aba920c82e174432791f7cfa658c39e09 (diff) | |
download | chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.zip chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.tar.gz chromium_src-ae40ccd86384f6d6246f0d01b6629df16a008402.tar.bz2 |
Rename FakePluginWindowTracker
Removes confusion with the new "fake window" code related to the GPU process, and makes the name better reflect the reality of how the Carbon plugin windows are actually used since we no longer expect to replace them entirely with interposing.
BUG=none
TEST=none (no behavioral changes)
Review URL: http://codereview.chromium.org/660407
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/framework.order')
-rw-r--r-- | chrome/app/framework.order | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome/app/framework.order b/chrome/app/framework.order index 2f66f38..3ff59b0 100644 --- a/chrome/app/framework.order +++ b/chrome/app/framework.order @@ -30,13 +30,13 @@ __ZN22mac_plugin_interposing31NotifyBrowserOfPluginHideWindowEj6CGRect __ZN22mac_plugin_interposing28NotifyPluginOfSetThemeCursorEP21WebPluginDelegateImplm __ZN22mac_plugin_interposing23NotifyPluginOfSetCursorEP21WebPluginDelegateImplPK6Cursor __ZN22mac_plugin_interposing23GetPluginWindowHasFocusEPK21WebPluginDelegateImpl -__ZN23FakePluginWindowTrackerC1Ev -__ZN23FakePluginWindowTrackerC2Ev -__ZN23FakePluginWindowTracker14SharedInstanceEv -__ZN23FakePluginWindowTracker29GenerateFakeWindowForDelegateEP21WebPluginDelegateImpl -__ZNK23FakePluginWindowTracker24GetDelegateForFakeWindowEP15OpaqueWindowPtr -__ZNK23FakePluginWindowTracker24GetFakeWindowForDelegateEP21WebPluginDelegateImpl -__ZN23FakePluginWindowTracker27RemoveFakeWindowForDelegateEP21WebPluginDelegateImplP15OpaqueWindowPtr +__ZN25CarbonPluginWindowTrackerC1Ev +__ZN25CarbonPluginWindowTrackerC2Ev +__ZN25CarbonPluginWindowTracker14SharedInstanceEv +__ZN25CarbonPluginWindowTracker28CreateDummyWindowForDelegateEP21WebPluginDelegateImpl +__ZNK25CarbonPluginWindowTracker25GetDelegateForDummyWindowEP15OpaqueWindowPtr +__ZNK25CarbonPluginWindowTracker25GetDummyWindowForDelegateEP21WebPluginDelegateImpl +__ZN25CarbonPluginWindowTracker29DestroyDummyWindowForDelegateEP21WebPluginDelegateImplP15OpaqueWindowPtr __ZN7WebCore22narrowPrecisionToFloatIdEEfT_ __ZN7WebCore24narrowPrecisionToCGFloatIdEEfT_ __ZnwmPv |