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 8032f84e8a00c2ee9c5c1da9616e69e980b37ec1..faea906b4b8ded0021ea9d422ca0aa607f47d141 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
@@ -69,10 +69,10 @@ InterfaceMapElement interface_map[] = { |
PluginInputEvent::GetKeyboardInterface(), true }, |
{ PPB_MEMORY_DEV_INTERFACE, PluginMemory::GetInterface(), true }, |
{ PPB_MESSAGING_INTERFACE, PluginMessaging::GetInterface(), true }, |
- { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, |
- PluginInputEvent::GetMouseInterface1_0(), true }, |
- { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, |
- PluginInputEvent::GetMouseInterface1_1(), true }, |
+ { PPB_MOUSE_INPUT_EVENT_INTERFACE, PluginInputEvent::GetMouseInterface(), |
+ true }, |
+ { PPB_MOUSE_INPUT_EVENT_DEV_INTERFACE, |
+ PluginInputEvent::GetMouseDevInterface(), true }, |
{ PPB_OPENGLES2_DEV_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(), |
true }, |
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true }, |