| Index: content/renderer/pepper/resource_creation_impl.cc
|
| diff --git a/content/renderer/pepper/resource_creation_impl.cc b/content/renderer/pepper/resource_creation_impl.cc
|
| index 1a698b176096d2d2877d78038e3b2311e41a28c7..e173d43d5766f99b984eb1452eeabaf2d2b41d2a 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.cc
|
| +++ b/content/renderer/pepper/resource_creation_impl.cc
|
| @@ -293,7 +293,7 @@ PP_Resource ResourceCreationImpl::CreateVideoCapture(PP_Instance instance) {
|
| return 0; // VideoCapture is not supported in process now.
|
| }
|
|
|
| -PP_Resource ResourceCreationImpl::CreateVideoDecoder(
|
| +PP_Resource ResourceCreationImpl::CreateVideoDecoderDev(
|
| PP_Instance instance,
|
| PP_Resource graphics3d_id,
|
| PP_VideoDecoder_Profile profile) {
|
|
|