summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/interfaces_ppb_private_flash.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-15 20:41:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-15 20:41:32 +0000
commit97f581360ca8ef6a36d511609446d0406cf98c6c (patch)
tree9fea28464e808f3cf0fe4198878b8e35dd1c665b /ppapi/thunk/interfaces_ppb_private_flash.h
parentf2369e14406267f82b4a9577dc8c5c5ecff30193 (diff)
downloadchromium_src-97f581360ca8ef6a36d511609446d0406cf98c6c.zip
chromium_src-97f581360ca8ef6a36d511609446d0406cf98c6c.tar.gz
chromium_src-97f581360ca8ef6a36d511609446d0406cf98c6c.tar.bz2
Implement the Flash menu as a new-style Pepper resource.
The code is now moved out of content and into Chrome. The functionality should be the same. Some of the ways that the host interacted with the PluginInstance (i.e. getting the fullscreen container) was tricky so I unfortunately had to add some functions to the RendererPpapiHost to expose this. Review URL: https://codereview.chromium.org/11369176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/interfaces_ppb_private_flash.h')
-rw-r--r--ppapi/thunk/interfaces_ppb_private_flash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/thunk/interfaces_ppb_private_flash.h b/ppapi/thunk/interfaces_ppb_private_flash.h
index b89cd63..c230e17 100644
--- a/ppapi/thunk/interfaces_ppb_private_flash.h
+++ b/ppapi/thunk/interfaces_ppb_private_flash.h
@@ -55,8 +55,7 @@ PROXIED_IFACE(NoAPIName,
PPB_FLASH_FONTFILE_INTERFACE_0_1,
PPB_Flash_FontFile_0_1)
-PROXIED_API(PPB_Flash_Menu)
-PROXIED_IFACE(PPB_Flash_Menu,
+PROXIED_IFACE(NoAPIName,
PPB_FLASH_MENU_INTERFACE_0_2,
PPB_Flash_Menu_0_2)