Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index 0c3dd420c276de207c4d84ca626a54a1ddef5311..f5f7a3e11a23846db207466bc943d962dde9a1b9 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -184,7 +184,7 @@ class ResourceCreationAPI { |
PP_Bool vertical) = 0; |
virtual PP_Resource CreateTalk(PP_Instance instance) = 0; |
virtual PP_Resource CreateVideoCapture(PP_Instance instance) = 0; |
- virtual PP_Resource CreateVideoDecoder( |
+ virtual PP_Resource CreateVideoDecoderDev( |
PP_Instance instance, |
PP_Resource context3d_id, |
PP_VideoDecoder_Profile profile) = 0; |