| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 09728ef78c51b30a1b5b2d45d92da08a662b7133..b865d1a5a43b4b1497ca5113cbc143d2147d3c1b 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -116,11 +116,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared {
|
| virtual int32_t QueryFileRef(PP_Instance instance,
|
| PP_Resource file_ref,
|
| PP_FileInfo* info) OVERRIDE;
|
| - virtual PP_Bool FlashIsFullscreen(PP_Instance instance) OVERRIDE;
|
| - virtual PP_Bool FlashSetFullscreen(PP_Instance instance,
|
| - PP_Bool fullscreen) OVERRIDE;
|
| - virtual PP_Bool FlashGetScreenSize(PP_Instance instance,
|
| - PP_Size* size) OVERRIDE;
|
|
|
| static const ApiID kApiID = API_ID_PPB_FLASH;
|
|
|
| @@ -146,12 +141,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared {
|
| void OnHostMsgIsRectTopmost(PP_Instance instance,
|
| PP_Rect rect,
|
| PP_Bool* result);
|
| - void OnHostMsgFlashSetFullscreen(PP_Instance instance,
|
| - PP_Bool fullscreen,
|
| - PP_Bool* result);
|
| - void OnHostMsgFlashGetScreenSize(PP_Instance instance,
|
| - PP_Bool* result,
|
| - PP_Size* size);
|
| void OnHostMsgOpenFileRef(PP_Instance instance,
|
| const ppapi::HostResource& host_resource,
|
| int32_t mode,
|
|
|