Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: ppapi/proxy/ppb_flash_menu_proxy.h

Issue 7623018: Move host resource from the proxy to the shared_impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppb_flash_file_proxy.cc ('k') | ppapi/proxy/ppb_flash_menu_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_menu_proxy.h
diff --git a/ppapi/proxy/ppb_flash_menu_proxy.h b/ppapi/proxy/ppb_flash_menu_proxy.h
index d999905d77b4bce82687c56696736d43901574bc..979abee540b4575964127916c3ca397da8436a7a 100644
--- a/ppapi/proxy/ppb_flash_menu_proxy.h
+++ b/ppapi/proxy/ppb_flash_menu_proxy.h
@@ -36,10 +36,10 @@ class PPB_Flash_Menu_Proxy : public InterfaceProxy {
void OnMsgCreate(PP_Instance instance_id,
const SerializedFlashMenu& menu_data,
- HostResource* resource);
- void OnMsgShow(const HostResource& menu,
+ ppapi::HostResource* resource);
+ void OnMsgShow(const ppapi::HostResource& menu,
const PP_Point& location);
- void OnMsgShowACK(const HostResource& menu,
+ void OnMsgShowACK(const ppapi::HostResource& menu,
int32_t selected_id,
int32_t result);
void SendShowACKToPlugin(int32_t result, ShowRequest* request);
« no previous file with comments | « ppapi/proxy/ppb_flash_file_proxy.cc ('k') | ppapi/proxy/ppb_flash_menu_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698