| Index: ui/base/ime/text_input_client.h
|
| diff --git a/ui/base/ime/text_input_client.h b/ui/base/ime/text_input_client.h
|
| index 4043725a4f57fc84db5c8c8d3c91f7e410bbb80d..3736e631c06cf151481812d7de70331213c4a28b 100644
|
| --- a/ui/base/ime/text_input_client.h
|
| +++ b/ui/base/ime/text_input_client.h
|
| @@ -78,6 +78,7 @@ class UI_EXPORT TextInputClient {
|
| // screen coordinates. The |index| is zero-based index of character position
|
| // in composition text.
|
| // Returns false if there is no composition text or |index| is out of range.
|
| + // The |rect| is not touched in the case of failure.
|
| virtual bool GetCompositionCharacterBounds(uint32 index, gfx::Rect* rect) = 0;
|
|
|
| // Returns true if there is composition text.
|
|
|