| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 1c644bfe9bd3c9088b5ba9dae8e6c1d3394364a1..faf448869cd4f8a44ee626abb2e015a09e6069e8 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -111,11 +111,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;
|
|
|
| @@ -139,12 +134,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,
|
|
|