| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index 341c959f8036d3fd72b38f61738ca95f4d13dcab..2f2a9b1f2cf0711ccb7f40a7aca27c6b21d47b7a 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -94,6 +94,8 @@ InterfaceMapElement interface_map[] = {
|
| PluginNetAddressPrivate::GetInterface0_1(), true },
|
| { PPB_NETADDRESS_PRIVATE_INTERFACE_1_0,
|
| PluginNetAddressPrivate::GetInterface1_0(), true },
|
| + { PPB_NETADDRESS_PRIVATE_INTERFACE_1_1,
|
| + PluginNetAddressPrivate::GetInterface1_1(), true },
|
| { PPB_OPENGLES2_INTERFACE_1_0, PluginGraphics3D::GetOpenGLESInterface(),
|
| true },
|
| { PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0,
|
|
|