| Index: ppapi/proxy/ppb_text_input_proxy.h
|
| diff --git a/ppapi/proxy/ppb_text_input_proxy.h b/ppapi/proxy/ppb_text_input_proxy.h
|
| index e5226a48be6715fac6edd0611d9071a6e0748cc4..066ac5bc804c1691c92f589273dd9af0d9b739a4 100644
|
| --- a/ppapi/proxy/ppb_text_input_proxy.h
|
| +++ b/ppapi/proxy/ppb_text_input_proxy.h
|
| @@ -51,7 +51,6 @@ class PPB_TextInput_Proxy
|
| PP_Rect caret,
|
| PP_Rect bounding_box);
|
| void OnMsgCancelCompositionText(PP_Instance instance);
|
| - void OnMsgSelectionChanged(PP_Instance instance);
|
| void OnMsgUpdateSurroundingText(PP_Instance instance,
|
| const std::string& text,
|
| uint32_t caret,
|
|
|