| 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 8ad5727c5b9c310247e002f0e2c819508108a270..398bdc1e3454c7a8fe08308c42d58896b0ba6e61 100644
|
| --- a/mojo/examples/pepper_container_app/resource_creation_impl.h
|
| +++ b/mojo/examples/pepper_container_app/resource_creation_impl.h
|
| @@ -88,6 +88,7 @@ class ResourceCreationImpl : public ppapi::thunk::ResourceCreationAPI {
|
| virtual PP_Resource CreateAudioConfig(PP_Instance instance,
|
| PP_AudioSampleRate sample_rate,
|
| uint32_t sample_frame_count) OVERRIDE;
|
| + virtual PP_Resource CreateCompositor(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateFileChooser(PP_Instance instance,
|
| PP_FileChooserMode_Dev mode,
|
| const PP_Var& accept_types) OVERRIDE;
|
|
|