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