| Index: ppapi/thunk/ppb_flash_api.h
|
| diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
|
| index 1a7ed5be5827247d354cf7c5c1157b3080bfcc2e..e97af6b6a424038749abb14a7dc4d0398e9dc86e 100644
|
| --- a/ppapi/thunk/ppb_flash_api.h
|
| +++ b/ppapi/thunk/ppb_flash_api.h
|
| @@ -100,12 +100,6 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
|
| virtual int32_t QueryFileRef(PP_Instance instance,
|
| PP_Resource file_ref,
|
| PP_FileInfo* info) = 0;
|
| -
|
| - // FlashFullscreen.
|
| - virtual PP_Bool FlashIsFullscreen(PP_Instance instance) = 0;
|
| - virtual PP_Bool FlashSetFullscreen(PP_Instance instance,
|
| - PP_Bool fullscreen) = 0;
|
| - virtual PP_Bool FlashGetScreenSize(PP_Instance instance, PP_Size* size) = 0;
|
| };
|
|
|
| } // namespace thunk
|
|
|