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 832602d96878535a6b63f5f7588352af3ed48ce1..96cf7704b7de21330eefd0e600655ac648c6b7f0 100644 |
--- a/mojo/examples/pepper_container_app/resource_creation_impl.cc |
+++ b/mojo/examples/pepper_container_app/resource_creation_impl.cc |
@@ -182,7 +182,8 @@ PP_Resource ResourceCreationImpl::CreateGraphics3D( |
PP_Resource ResourceCreationImpl::CreateGraphics3DRaw( |
PP_Instance instance, |
PP_Resource share_context, |
- const int32_t* attrib_list) { |
+ const int32_t* attrib_list, |
+ base::SharedMemoryHandle* shared_state) { |
NOTIMPLEMENTED(); |
return 0; |
} |