Index: mojo/examples/pepper_container_app/resource_creation_impl.cc |
diff --git a/mojo/examples/pepper_container_app/resource_creation_impl.cc b/mojo/examples/pepper_container_app/resource_creation_impl.cc |
index 004b8455b2ad041106893f0203439302f20efdff..169366a27cbf1756e44aa4fd82d36ae6a16d0804 100644 |
--- a/mojo/examples/pepper_container_app/resource_creation_impl.cc |
+++ b/mojo/examples/pepper_container_app/resource_creation_impl.cc |
@@ -290,6 +290,12 @@ PP_Resource ResourceCreationImpl::CreateUDPSocketPrivate( |
return 0; |
} |
+PP_Resource ResourceCreationImpl::CreateVideoDecoder( |
+ PP_Instance instance) { |
+ NOTIMPLEMENTED(); |
+ return 0; |
+} |
+ |
PP_Resource ResourceCreationImpl::CreateVideoDestination( |
PP_Instance instance) { |
NOTIMPLEMENTED(); |