| Index: content/renderer/pepper/resource_creation_impl.h
|
| diff --git a/content/renderer/pepper/resource_creation_impl.h b/content/renderer/pepper/resource_creation_impl.h
|
| index 55a0d7cdfb5c39daa802ad37635c87355f725cf1..2c6990b0ac131d0282350972b3905d0d37ffe834 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.h
|
| +++ b/content/renderer/pepper/resource_creation_impl.h
|
| @@ -124,9 +124,9 @@ class ResourceCreationImpl : public ppapi::thunk::ResourceCreationAPI {
|
| virtual PP_Resource CreateUDPSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateVideoCapture(PP_Instance instance) OVERRIDE;
|
| - virtual PP_Resource CreateVideoDecoder(PP_Instance instance,
|
| - PP_Resource graphics3d_id,
|
| - PP_VideoDecoder_Profile profile)
|
| + virtual PP_Resource CreateVideoDecoderDev(PP_Instance instance,
|
| + PP_Resource graphics3d_id,
|
| + PP_VideoDecoder_Profile profile)
|
| OVERRIDE;
|
| virtual PP_Resource CreateVideoDestination(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE;
|
|
|