Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: components/arc/ime/arc_ime_bridge_impl.h

Issue 2136933002: Add ime.ExtendSelectionAndDelete Mojo RPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ime.ExtendSelectionAndDelete Mojo RPC Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/arc/ime/arc_ime_bridge_impl.h
diff --git a/components/arc/ime/arc_ime_bridge_impl.h b/components/arc/ime/arc_ime_bridge_impl.h
index a694ac3993d4b3c99b2271de58a9f916f2d1298f..f9296e726a37a4987ebcffe6123bd96aa289b42d 100644
--- a/components/arc/ime/arc_ime_bridge_impl.h
+++ b/components/arc/ime/arc_ime_bridge_impl.h
@@ -37,6 +37,7 @@ class ArcImeBridgeImpl : public ArcImeBridge,
void SendConfirmCompositionText() override;
void SendInsertText(const base::string16& text) override;
void SendOnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
+ void SendExtendSelectionAndDelete(uint32_t before, uint32_t after) override;
// arc::mojom::ImeHost overrides:
void OnTextInputTypeChanged(arc::mojom::TextInputType type) override;

Powered by Google App Engine
This is Rietveld 408576698