| Index: webkit/plugins/ppapi/ppb_flash_menu_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_flash_menu_impl.h b/webkit/plugins/ppapi/ppb_flash_menu_impl.h
|
| index fc0b99db8a778deef23e2b916d3a097e0d1ba495..5f454f90b3b37952e4485da1c74ef405da9f85ac 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_menu_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_flash_menu_impl.h
|
| @@ -15,6 +15,7 @@
|
| #include "ppapi/shared_impl/resource.h"
|
| #include "ppapi/thunk/ppb_flash_menu_api.h"
|
| #include "webkit/plugins/ppapi/callbacks.h"
|
| +#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| struct WebMenuItem;
|
|
|
| @@ -38,7 +39,7 @@ class PPB_Flash_Menu_Impl : public ::ppapi::Resource,
|
| PP_CompletionCallback callback) OVERRIDE;
|
|
|
| // Called to complete |Show()|.
|
| - void CompleteShow(int32_t result, unsigned action);
|
| + WEBKIT_PLUGINS_EXPORT void CompleteShow(int32_t result, unsigned action);
|
|
|
| typedef std::vector<WebMenuItem> MenuData;
|
| const MenuData& menu_data() const { return menu_data_; }
|
|
|