| 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 7c5032835e36d32c475de086513d58ae5782b7a7..c0fe3c1dd3e0a1755e5f01721ae8b4cf3758646e 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -92,6 +92,7 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_URLRESPONSEINFO_INTERFACE, PluginURLResponseInfo::GetInterface(),
|
| true },
|
| { PPB_VAR_INTERFACE, PluginVar::GetInterface(), true },
|
| + { PPB_VAR_INTERFACE_1_0, PluginVar::GetInterface1_0(), true },
|
| { PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
|
| true },
|
| { PPB_WIDGET_DEV_INTERFACE, PluginWidget::GetInterface(), true },
|
|
|