Index: chrome/browser/chromeos/input_method/input_method_engine_interface.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
index b7ffe9bd930cc8852a50f03c7e7a29a1016b9905..edb496915f3c4f30b400519a68670762e3018a88 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
@@ -170,6 +170,9 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface { |
int cursor_pos, |
int anchor_pos) = 0; |
+ // Called when composition bounds are changed. |
+ virtual void OnCompositionBoundsChanged(const gfx::Rect& bounds) = 0; |
+ |
// Called when Chrome terminates on-going text input session. |
virtual void OnReset(const std::string& engine_id) = 0; |
}; |