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 fa24d45513175ce3878ababcbad37a404a71b602..8c571e2b98fd4eba1c8f828306cbf607d0272470 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
@@ -74,7 +74,7 @@ InterfaceMapElement interface_map[] = { |
PluginInputEvent::GetMouseInterface1_0(), true }, |
{ PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, |
PluginInputEvent::GetMouseInterface1_1(), true }, |
- { PPB_MOUSELOCK_DEV_INTERFACE, PluginMouseLock::GetInterface(), true }, |
+ { PPB_MOUSELOCK_INTERFACE, PluginMouseLock::GetInterface(), true }, |
{ PPB_OPENGLES2_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(), |
true }, |
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true }, |