| Index: ppapi/thunk/ppb_input_event_api.h
 | 
| diff --git a/ppapi/thunk/ppb_input_event_api.h b/ppapi/thunk/ppb_input_event_api.h
 | 
| index 28b6c5856a33915f5f163d9b34307ceac322f111..6f1f0337a5bd883c01a5e9220ea696b29530ea08 100644
 | 
| --- a/ppapi/thunk/ppb_input_event_api.h
 | 
| +++ b/ppapi/thunk/ppb_input_event_api.h
 | 
| @@ -34,6 +34,9 @@ class PPAPI_THUNK_EXPORT PPB_InputEvent_API {
 | 
|    virtual PP_Bool GetWheelScrollByPage() = 0;
 | 
|    virtual uint32_t GetKeyCode() = 0;
 | 
|    virtual PP_Var GetCharacterText() = 0;
 | 
| +  virtual void GetCompositionSegments(uint32_t**, uint32_t*) = 0;
 | 
| +  virtual int32_t GetCompositionTargetSegment() = 0;
 | 
| +  virtual void GetCompositionSelection(uint32_t*, uint32_t*) = 0;
 | 
|  };
 | 
|  
 | 
|  }  // namespace thunk
 | 
| 
 |