| Index: ppapi/shared_impl/function_group_base.h
 | 
| diff --git a/ppapi/shared_impl/function_group_base.h b/ppapi/shared_impl/function_group_base.h
 | 
| index 31b164fdd82401a25ac847f121f3a1f195a8a00a..4c3db35753c7fa434d755bcbd2be74197ae334cc 100644
 | 
| --- a/ppapi/shared_impl/function_group_base.h
 | 
| +++ b/ppapi/shared_impl/function_group_base.h
 | 
| @@ -16,6 +16,7 @@
 | 
|    F(PPB_Font_FunctionAPI) \
 | 
|    F(PPB_Fullscreen_FunctionAPI) \
 | 
|    F(PPB_Instance_FunctionAPI) \
 | 
| +  F(PPB_TextInput_FunctionAPI) \
 | 
|    F(ResourceCreationAPI)
 | 
|  
 | 
|  namespace ppapi {
 | 
| 
 |