| 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 85289ecb6c71e7be1864ac1f8f0c427a06f01726..24690ba6a7522e03ce4ec935486a880d2c1d8f81 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| @@ -82,11 +82,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_;
|
|
|