| Index: ppapi/thunk/thunk.h
|
| ===================================================================
|
| --- ppapi/thunk/thunk.h (revision 91372)
|
| +++ ppapi/thunk/thunk.h (working copy)
|
| @@ -32,9 +32,12 @@
|
| struct PPB_Graphics3D_Dev;
|
| struct PPB_ImageData;
|
| struct PPB_ImageDataTrusted;
|
| +struct PPB_InputEvent;
|
| struct PPB_Instance;
|
| struct PPB_Instance_Private;
|
| +struct PPB_KeyboardInputEvent;
|
| struct PPB_LayerCompositor_Dev;
|
| +struct PPB_MouseInputEvent;
|
| struct PPB_Scrollbar_0_4_Dev;
|
| struct PPB_Surface3D_Dev;
|
| struct PPB_Transport_Dev;
|
| @@ -44,6 +47,7 @@
|
| struct PPB_URLResponseInfo;
|
| struct PPB_VideoDecoder_Dev;
|
| struct PPB_VideoLayer_Dev;
|
| +struct PPB_WheelInputEvent;
|
| struct PPB_Widget_Dev;
|
|
|
| #ifdef PPAPI_INSTANCE_REMOVE_SCRIPTING
|
| @@ -83,12 +87,15 @@
|
| GetPPB_GLESChromiumTextureMapping_Thunk();
|
| const PPB_Graphics2D* GetPPB_Graphics2D_Thunk();
|
| const PPB_Graphics3D_Dev* GetPPB_Graphics3D_Thunk();
|
| +const PPB_InputEvent* GetPPB_InputEvent_Thunk();
|
| const PPB_ImageData* GetPPB_ImageData_Thunk();
|
| const PPB_ImageDataTrusted* GetPPB_ImageDataTrusted_Thunk();
|
| const PPB_Instance_0_4* GetPPB_Instance_0_4_Thunk();
|
| const PPB_Instance_0_5* GetPPB_Instance_0_5_Thunk();
|
| const PPB_Instance_Private* GetPPB_Instance_Private_Thunk();
|
| +const PPB_KeyboardInputEvent* GetPPB_KeyboardInputEvent_Thunk();
|
| const PPB_LayerCompositor_Dev* GetPPB_LayerCompositor_Thunk();
|
| +const PPB_MouseInputEvent* GetPPB_MouseInputEvent_Thunk();
|
| const PPB_Scrollbar_0_4_Dev* GetPPB_Scrollbar_Thunk();
|
| const PPB_Surface3D_Dev* GetPPB_Surface3D_Thunk();
|
| const PPB_Transport_Dev* GetPPB_Transport_Thunk();
|
| @@ -98,6 +105,7 @@
|
| const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk();
|
| const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk();
|
| const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk();
|
| +const PPB_WheelInputEvent* GetPPB_WheelInputEvent_Thunk();
|
| const PPB_Widget_Dev* GetPPB_Widget_Thunk();
|
|
|
| } // namespace thunk
|
|
|