summaryrefslogtreecommitdiff
path: root/chromium/components/exo/text_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/text_input.h')
-rw-r--r--chromium/components/exo/text_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/exo/text_input.h b/chromium/components/exo/text_input.h
index e3f89fdd81a..f463cfd298d 100644
--- a/chromium/components/exo/text_input.h
+++ b/chromium/components/exo/text_input.h
@@ -140,6 +140,8 @@ class TextInput : public ui::TextInputClient,
bool SetCompositionFromExistingText(
const gfx::Range& range,
const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) override;
+ bool SetAutocorrectRange(const base::string16& autocorrect_text,
+ const gfx::Range& range) override;
// ash::KeyboardControllerObserver:
void OnKeyboardVisibilityChanged(bool is_visible) override;