| Index: ppapi/proxy/video_decoder_resource.h
|
| diff --git a/ppapi/proxy/video_decoder_resource.h b/ppapi/proxy/video_decoder_resource.h
|
| index a466eb2774ffc991df421358943eec5fd41b7c3d..3c9d5ecaaab9630c285ccfc76bd981bb20eaf49b 100644
|
| --- a/ppapi/proxy/video_decoder_resource.h
|
| +++ b/ppapi/proxy/video_decoder_resource.h
|
| @@ -43,9 +43,14 @@ class PPAPI_PROXY_EXPORT VideoDecoderResource
|
| virtual thunk::PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
|
|
|
| // PPB_VideoDecoder_API implementation.
|
| + virtual int32_t Initialize0_1(
|
| + PP_Resource graphics_context,
|
| + PP_VideoProfile profile,
|
| + PP_Bool allow_software_fallback,
|
| + scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| virtual int32_t Initialize(PP_Resource graphics_context,
|
| PP_VideoProfile profile,
|
| - PP_Bool allow_software_fallback,
|
| + PP_HardwareAcceleration hardware_acceleration,
|
| scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| virtual int32_t Decode(uint32_t decode_id,
|
| uint32_t size,
|
|
|