Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index 9e7ca263052eb88fb755e9f6ea801bd2822a1861..302674566f801ec7890b9d4cef35f92846cf7a46 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -123,7 +123,7 @@ |
PP_Resource CreateGraphics3DRaw( |
PP_Instance instance, |
PP_Resource share_context, |
- const gpu::gles2::ContextCreationAttribHelper& attrib_helper, |
+ const int32_t* attrib_list, |
gpu::Capabilities* capabilities, |
base::SharedMemoryHandle* shared_state, |
gpu::CommandBufferId* command_buffer_id) override; |