Index: ppapi/proxy/resource_creation_proxy.cc |
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc |
index 1c79bc5cf621b2edd8f90d552207a0db1863840e..f86ffdbd8aabdd68c3183d40a60074c5c0554b29 100644 |
--- a/ppapi/proxy/resource_creation_proxy.cc |
+++ b/ppapi/proxy/resource_creation_proxy.cc |
@@ -265,7 +265,7 @@ |
PP_Resource ResourceCreationProxy::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) { |