| Index: webkit/plugins/ppapi/ppb_flash_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_flash_impl.h b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| index c7edb4504fe934e8722079b07e051625fa816245..d2c4b083152584440c9e5976d4e1dcb8bdf0690a 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| @@ -87,11 +87,6 @@ class PPB_Flash_Impl : public ::ppapi::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;
|
|
|
| private:
|
| PluginInstance* instance_;
|
|
|