| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 4719c4a3028ef2cd466a5c4d10f3a17c1effe08e..d77b14b70cc717e3fd0a90a7f907e21bacb6fb24 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -176,7 +176,7 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| PP_Bool vertical) OVERRIDE;
|
| virtual PP_Resource CreateTalk(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateVideoCapture(PP_Instance instance) OVERRIDE;
|
| - virtual PP_Resource CreateVideoDecoder(
|
| + virtual PP_Resource CreateVideoDecoderDev(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) OVERRIDE;
|
|
|