| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 138d16f65382a0d2a35f751d67c655ba4ce592bc..051cff945827d65fad522ede8c26fae0582f7202 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -118,11 +118,12 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| const PP_Size& size,
|
| PP_Bool is_always_opaque) OVERRIDE;
|
| virtual PP_Resource CreateGraphics3D(PP_Instance instance,
|
| - PP_Resource share_context,
|
| + thunk::PPB_Graphics3D_API* share_context,
|
| const int32_t* attrib_list) OVERRIDE;
|
| - virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance,
|
| - PP_Resource share_context,
|
| - const int32_t* attrib_list) OVERRIDE;
|
| + virtual PP_Resource CreateGraphics3DRaw(
|
| + PP_Instance instance,
|
| + thunk::PPB_Graphics3D_API* share_context,
|
| + const int32_t* attrib_list) OVERRIDE;
|
| virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateNetworkMonitor(
|
| PP_Instance instance,
|
|
|