Index: mojo/examples/pepper_container_app/resource_creation_impl.h |
diff --git a/mojo/examples/pepper_container_app/resource_creation_impl.h b/mojo/examples/pepper_container_app/resource_creation_impl.h |
index de1760ea647243d899490c46885ef79d51ea6763..561210cedaa5d94c3662dba56e0f758fa9078f41 100644 |
--- a/mojo/examples/pepper_container_app/resource_creation_impl.h |
+++ b/mojo/examples/pepper_container_app/resource_creation_impl.h |
@@ -158,7 +158,7 @@ class ResourceCreationImpl : public ppapi::thunk::ResourceCreationAPI { |
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; |