| Index: ppapi/thunk/ppb_flash_drm_api.h
|
| diff --git a/ppapi/thunk/ppb_flash_drm_api.h b/ppapi/thunk/ppb_flash_drm_api.h
|
| index 87712b916b60ac6e3138d84010a36a9733133411..9937bef45e67b9c044f07e1cb2c9fee199606786 100644
|
| --- a/ppapi/thunk/ppb_flash_drm_api.h
|
| +++ b/ppapi/thunk/ppb_flash_drm_api.h
|
| @@ -20,6 +20,9 @@ class PPAPI_THUNK_EXPORT PPB_Flash_DRM_API {
|
| virtual PP_Bool GetHmonitor(int64_t* hmonitor) = 0;
|
| virtual int32_t GetVoucherFile(PP_Resource* file_ref,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
| + virtual int32_t MonitorIsExternal(
|
| + PP_Bool* is_external,
|
| + scoped_refptr<TrackedCallback> callback) = 0;
|
| };
|
|
|
| } // namespace thunk
|
|
|