| Index: ppapi/thunk/thunk.h
|
| ===================================================================
|
| --- ppapi/thunk/thunk.h (revision 90976)
|
| +++ ppapi/thunk/thunk.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| struct PPB_Graphics3D_Dev;
|
| struct PPB_ImageData;
|
| struct PPB_ImageDataTrusted;
|
| +struct PPB_InputEvent;
|
| struct PPB_Instance;
|
| struct PPB_Instance_Private;
|
| struct PPB_LayerCompositor_Dev;
|
| @@ -81,6 +82,7 @@
|
| 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();
|
|
|