| Index: mojo/examples/pepper_container_app/resource_creation_impl.cc
|
| diff --git a/mojo/examples/pepper_container_app/resource_creation_impl.cc b/mojo/examples/pepper_container_app/resource_creation_impl.cc
|
| index cfb067995b3784994b3283523360382de0e99075..3f1d06009b106e1420b70c2548718c37f30ff7df 100644
|
| --- a/mojo/examples/pepper_container_app/resource_creation_impl.cc
|
| +++ b/mojo/examples/pepper_container_app/resource_creation_impl.cc
|
| @@ -380,7 +380,7 @@ PP_Resource ResourceCreationImpl::CreateVideoCapture(PP_Instance instance) {
|
| return 0;
|
| }
|
|
|
| -PP_Resource ResourceCreationImpl::CreateVideoDecoder(
|
| +PP_Resource ResourceCreationImpl::CreateVideoDecoderDev(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) {
|
|
|