| 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 e23cd9d51591bd25f096aac80f037512cc6ace62..79ad4e5f85f502e1369b407da52bbbae6dc8aa1c 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.h
|
| @@ -8,9 +8,7 @@
|
| #include "ppapi/c/dev/ppb_memory_dev.h"
|
| #include "ppapi/c/dev/ppp_find_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"
|
| -#include "ppapi/c/dev/ppp_widget_dev.h"
|
| #include "ppapi/c/dev/ppp_zoom_dev.h"
|
| #include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/ppb.h"
|
| @@ -70,9 +68,7 @@ PPP_Instance_Combined* PPPInstanceInterface();
|
| const PPP_Messaging* PPPMessagingInterface();
|
| const PPP_MouseLock* PPPMouseLockInterface();
|
| const PPP_Printing_Dev* PPPPrintingInterface();
|
| -const PPP_Scrollbar_Dev* PPPScrollbarInterface();
|
| const PPP_Selection_Dev* PPPSelectionInterface();
|
| -const PPP_Widget_Dev* PPPWidgetInterface();
|
| const PPP_Zoom_Dev* PPPZoomInterface();
|
|
|
| // Get thread creation/join functions.
|
|
|