| 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 8d1734d0d6efc64839aff72867debc486d54b4e8..b33400ce98b941a58e9ec9a9f02feaab60583349 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -82,8 +82,10 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1,
|
| PluginInputEvent::GetMouseInterface1_1(), true },
|
| { PPB_MOUSELOCK_INTERFACE, PluginMouseLock::GetInterface(), true },
|
| - { PPB_NETADDRESS_PRIVATE_INTERFACE, PluginNetAddressPrivate::GetInterface(),
|
| - true },
|
| + { PPB_NETADDRESS_PRIVATE_INTERFACE_0_1,
|
| + PluginNetAddressPrivate::GetInterface0_1(), true },
|
| + { PPB_NETADDRESS_PRIVATE_INTERFACE_1_0,
|
| + PluginNetAddressPrivate::GetInterface1_0(), true },
|
| { PPB_OPENGLES2_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(),
|
| true },
|
| { PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },
|
|
|