Index: ppapi/thunk/ppb_video_decoder_api.h |
diff --git a/ppapi/thunk/ppb_video_decoder_api.h b/ppapi/thunk/ppb_video_decoder_api.h |
index c40845ec1de9e07be6df72bf4bb6c4e7fef2c994..40bd99cc6bd81f38b6849fc2b7d7cfcfe329f4c4 100644 |
--- a/ppapi/thunk/ppb_video_decoder_api.h |
+++ b/ppapi/thunk/ppb_video_decoder_api.h |
@@ -19,9 +19,13 @@ class PPAPI_THUNK_EXPORT PPB_VideoDecoder_API { |
public: |
virtual ~PPB_VideoDecoder_API() {} |
- virtual int32_t Initialize(PP_Resource context, |
+ virtual int32_t Initialize0_1(PP_Resource graphics3d_context, |
+ PP_VideoProfile profile, |
+ PP_Bool allow_software_fallback, |
+ scoped_refptr<TrackedCallback> callback) = 0; |
+ virtual int32_t Initialize(PP_Resource graphics3d_context, |
PP_VideoProfile profile, |
- PP_Bool allow_software_fallback, |
+ PP_HardwareAcceleration acceleration, |
scoped_refptr<TrackedCallback> callback) = 0; |
virtual int32_t Decode(uint32_t decode_id, |
uint32_t size, |