| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
|
| index 420a7333c39b5157bb1f5e67ee2bf21a2f0478b3..e5c0d912e9f610597b473d732b2c4f5fe7d9ffbb 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
|
| @@ -238,6 +238,13 @@ const PPB_Graphics3DTrusted* PPBGraphics3DTrustedInterface() {
|
| return ppb;
|
| }
|
|
|
| +const PPB_HostResolver_Private* PPBHostResolverPrivateInterface() {
|
| + static const PPB_HostResolver_Private* ppb =
|
| + static_cast<const PPB_HostResolver_Private*>(
|
| + GetBrowserInterfaceSafe(PPB_HOSTRESOLVER_PRIVATE_INTERFACE));
|
| + return ppb;
|
| +}
|
| +
|
| const PPB_ImageData* PPBImageDataInterface() {
|
| static const PPB_ImageData* ppb = static_cast<const PPB_ImageData*>(
|
| GetBrowserInterfaceSafe(PPB_IMAGEDATA_INTERFACE));
|
|
|