| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| index c3a4665bb648345a0199dad72031afe2a4b33eef..b4704004da197c8dd318362e455cdace383b5d21 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "ppapi/c/dev/ppb_memory_dev.h"
|
| #include "ppapi/c/dev/ppp_find_dev.h"
|
| -#include "ppapi/c/dev/ppp_mouse_lock_dev.h"
|
| #include "ppapi/c/dev/ppp_printing_dev.h"
|
| #include "ppapi/c/dev/ppp_scrollbar_dev.h"
|
| #include "ppapi/c/dev/ppp_selection_dev.h"
|
| @@ -20,6 +19,7 @@
|
| #include "ppapi/c/ppp_input_event.h"
|
| #include "ppapi/c/ppp_instance.h"
|
| #include "ppapi/c/ppp_messaging.h"
|
| +#include "ppapi/c/ppp_mouse_lock.h"
|
| #include "native_client/src/untrusted/irt/irt_ppapi.h"
|
|
|
| struct NaClSrpcChannel;
|
| @@ -63,7 +63,7 @@ const PPP_Find_Dev* PPPFindInterface();
|
| const PPP_InputEvent* PPPInputEventInterface();
|
| const PPP_Instance* PPPInstanceInterface();
|
| const PPP_Messaging* PPPMessagingInterface();
|
| -const PPP_MouseLock_Dev* PPPMouseLockInterface();
|
| +const PPP_MouseLock* PPPMouseLockInterface();
|
| const PPP_Printing_Dev* PPPPrintingInterface();
|
| const PPP_Scrollbar_Dev* PPPScrollbarInterface();
|
| const PPP_Selection_Dev* PPPSelectionInterface();
|
|
|