| Index: ppapi/proxy/ppb_graphics_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| index 2a28fce80b8d239ecf917439c8b4380caa53bc0c..fc96a2e815d53790b92b5fbbe97494d562f83544 100644
|
| --- a/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| @@ -22,6 +22,9 @@
|
| #include "ppapi/utility/completion_callback_factory.h"
|
|
|
| namespace gpu {
|
| +namespace gles2 {
|
| +struct ContextCreationAttribHelper;
|
| +}
|
| struct Capabilities;
|
| }
|
|
|
| @@ -86,7 +89,7 @@ class PPB_Graphics3D_Proxy : public InterfaceProxy {
|
| private:
|
| void OnMsgCreate(PP_Instance instance,
|
| HostResource share_context,
|
| - const std::vector<int32_t>& attribs,
|
| + const gpu::gles2::ContextCreationAttribHelper& attrib_helper,
|
| HostResource* result,
|
| gpu::Capabilities* capabilities,
|
| SerializedHandle* handle,
|
|
|