| Index: content/browser/renderer_host/text_input_client_message_filter.h
|
| diff --git a/content/browser/renderer_host/text_input_client_message_filter.h b/content/browser/renderer_host/text_input_client_message_filter.h
|
| index 94000653867853085309c24656df75289248f009..95780b055d8bb0e2b95a6009eba6c6d109d8f01a 100644
|
| --- a/content/browser/renderer_host/text_input_client_message_filter.h
|
| +++ b/content/browser/renderer_host/text_input_client_message_filter.h
|
| @@ -38,7 +38,7 @@ class CONTENT_EXPORT TextInputClientMessageFilter
|
| void OnGotStringAtPoint(
|
| const mac::AttributedStringCoder::EncodedString& encoded_string,
|
| const gfx::Point& point);
|
| - void OnGotCharacterIndexForPoint(size_t index);
|
| + void OnGotCharacterIndexForPoint(uint32_t index);
|
| void OnGotFirstRectForRange(const gfx::Rect& rect);
|
| void OnGotStringFromRange(
|
| const mac::AttributedStringCoder::EncodedString& string,
|
|
|