Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc |
index 79c5b25ee094af6ce6bd725ff9ab7cbddd3cd09c..8efe062dd6b8bf19438060c48145e4e65dab9e7c 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc |
@@ -119,9 +119,9 @@ const PPP_Messaging* PPPMessagingInterface() { |
return static_cast<const PPP_Messaging*>(ppp); |
} |
-const PPP_MouseLock_Dev* PPPMouseLockInterface() { |
- static const void* ppp = GetPluginInterfaceSafe(PPP_MOUSELOCK_DEV_INTERFACE); |
- return static_cast<const PPP_MouseLock_Dev*>(ppp); |
+const PPP_MouseLock* PPPMouseLockInterface() { |
+ static const void* ppp = GetPluginInterfaceSafe(PPP_MOUSELOCK_INTERFACE); |
+ return static_cast<const PPP_MouseLock*>(ppp); |
} |
const PPP_Printing_Dev* PPPPrintingInterface() { |