diff options
Diffstat (limited to 'ppapi/proxy/ppb_surface_3d_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_surface_3d_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_surface_3d_proxy.h b/ppapi/proxy/ppb_surface_3d_proxy.h index a805af0..13e9e17 100644 --- a/ppapi/proxy/ppb_surface_3d_proxy.h +++ b/ppapi/proxy/ppb_surface_3d_proxy.h @@ -82,7 +82,7 @@ class PPB_Surface3D_Proxy : public InterfaceProxy { // Message handlers. void OnMsgCreate(PP_Instance instance, PP_Config3D_Dev config, - std::vector<int32_t> attribs, + const std::vector<int32_t>& attribs, HostResource* result); void OnMsgSwapBuffers(const HostResource& surface); // Renderer->plugin message handlers. |