| Index: ppapi/proxy/resource_creation_proxy.cc
|
| diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc
|
| index a4dbeec7daefb4173a1c9ff87817fe2a198bc339..13f0addd6a3a305bee3271fc53031a8bfe487b6c 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.cc
|
| +++ b/ppapi/proxy/resource_creation_proxy.cc
|
| @@ -458,7 +458,7 @@ PP_Resource ResourceCreationProxy::CreateVideoCapture(PP_Instance instance) {
|
| ->GetReference();
|
| }
|
|
|
| -PP_Resource ResourceCreationProxy::CreateVideoDecoder(
|
| +PP_Resource ResourceCreationProxy::CreateVideoDecoderDev(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) {
|
|
|