| 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..25243effecdb8b0ae320f0fe40dc8ed31cee4d26 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -120,9 +120,10 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreateGraphics3D(PP_Instance instance,
|
| PP_Resource 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,
|
| + PP_Resource share_context,
|
| + const int32_t* attrib_list) OVERRIDE;
|
| virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateNetworkMonitor(
|
| PP_Instance instance,
|
|
|