| 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..3657268bf635d04c483fd1d1979af96aa447735b 100644
 | 
| --- a/mojo/examples/pepper_container_app/resource_creation_impl.cc
 | 
| +++ b/mojo/examples/pepper_container_app/resource_creation_impl.cc
 | 
| @@ -290,6 +290,11 @@ PP_Resource ResourceCreationImpl::CreateUDPSocketPrivate(
 | 
|    return 0;
 | 
|  }
 | 
|  
 | 
| +PP_Resource ResourceCreationImpl::CreateVideoDecoder(PP_Instance instance) {
 | 
| +  NOTIMPLEMENTED();
 | 
| +  return 0;
 | 
| +}
 | 
| +
 | 
|  PP_Resource ResourceCreationImpl::CreateVideoDestination(
 | 
|      PP_Instance instance) {
 | 
|    NOTIMPLEMENTED();
 | 
| 
 |