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..35f841aa31c9c40f48a7a20f4d59860dff42e917 100644 |
--- a/mojo/examples/pepper_container_app/resource_creation_impl.cc |
+++ b/mojo/examples/pepper_container_app/resource_creation_impl.cc |
@@ -152,6 +152,11 @@ PP_Resource ResourceCreationImpl::CreateAudioConfig( |
return 0; |
} |
+PP_Resource ResourceCreationImpl::CreateCompositor(PP_Instance instance) { |
+ NOTIMPLEMENTED(); |
+ return 0; |
+} |
+ |
PP_Resource ResourceCreationImpl::CreateFileChooser( |
PP_Instance instance, |
PP_FileChooserMode_Dev mode, |