| Index: webkit/plugins/ppapi/resource_creation_impl.cc
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| index 05f09cc067965a37516e27ece30481dc9eaa2a52..11aaa1840a96281ee3fa38e4c1331b5457bb52a8 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -274,8 +274,8 @@ PP_Resource ResourceCreationImpl::CreateVideoCapture(PP_Instance instance) {
|
| PP_Resource ResourceCreationImpl::CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| - const PP_VideoConfigElement* config) {
|
| - return PPB_VideoDecoder_Impl::Create(instance, context3d_id, config);
|
| + PP_VideoDecoder_Profile profile) {
|
| + return PPB_VideoDecoder_Impl::Create(instance, context3d_id, profile);
|
| }
|
|
|
| PP_Resource ResourceCreationImpl::CreateVideoLayer(PP_Instance instance,
|
|
|