| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.h b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| index a76d0ec27ce7f158e38d9fe801a5a23ab4dc3064..719f708254588fd559a6b35ddb0956c2863fc86a 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| @@ -49,7 +49,7 @@ class PPB_VideoDecoder_Impl : public ::ppapi::Resource,
|
| // initialize.
|
| static PP_Resource Create(PP_Instance instance,
|
| PP_Resource graphics_context,
|
| - const PP_VideoConfigElement* config);
|
| + const PP_VideoDecoderConfig_Dev& config);
|
|
|
| // Resource overrides.
|
| virtual PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
|
| @@ -82,7 +82,7 @@ class PPB_VideoDecoder_Impl : public ::ppapi::Resource,
|
| bool Init(PP_Resource graphics_context,
|
| PluginDelegate::PlatformContext3D* context,
|
| gpu::gles2::GLES2Implementation* gles2_impl,
|
| - const PP_VideoConfigElement* config);
|
| + const PP_VideoDecoderConfig_Dev& config);
|
|
|
| // This is NULL before initialization, and if this PPB_VideoDecoder_Impl is
|
| // swapped with another.
|
|
|