| Index: ppapi/proxy/resource_creation_proxy.cc
|
| diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc
|
| index f86ffdbd8aabdd68c3183d40a60074c5c0554b29..1c79bc5cf621b2edd8f90d552207a0db1863840e 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.cc
|
| +++ b/ppapi/proxy/resource_creation_proxy.cc
|
| @@ -265,7 +265,7 @@ PP_Resource ResourceCreationProxy::CreateGraphics3D(
|
| PP_Resource ResourceCreationProxy::CreateGraphics3DRaw(
|
| PP_Instance instance,
|
| PP_Resource share_context,
|
| - const int32_t* attrib_list,
|
| + const gpu::gles2::ContextCreationAttribHelper& attrib_helper,
|
| gpu::Capabilities* capabilities,
|
| base::SharedMemoryHandle* shared_state,
|
| gpu::CommandBufferId* command_buffer_id) {
|
|
|