From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/exo/text_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chromium/components/exo/text_input.h') 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_ime_text_spans) override; + bool SetAutocorrectRange(const base::string16& autocorrect_text, + const gfx::Range& range) override; // ash::KeyboardControllerObserver: void OnKeyboardVisibilityChanged(bool is_visible) override; -- cgit v1.2.1