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

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
« no previous file with comments | « components/arc/ime/arc_ime_bridge.h ('k') | components/arc/ime/arc_ime_bridge_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..046cfb8523a9f0231889fed9f2858671ef4942ad 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(size_t before, size_t after) override;
// arc::mojom::ImeHost overrides:
void OnTextInputTypeChanged(arc::mojom::TextInputType type) override;
« no previous file with comments | « components/arc/ime/arc_ime_bridge.h ('k') | components/arc/ime/arc_ime_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698