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

Unified Diff: mojo/services/native_viewport/interfaces/native_viewport.mojom

Issue 1453823005: Implement Linux IME support (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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: mojo/services/native_viewport/interfaces/native_viewport.mojom
diff --git a/mojo/services/native_viewport/interfaces/native_viewport.mojom b/mojo/services/native_viewport/interfaces/native_viewport.mojom
index 34654146fc1560d0ad1c496f9eb319e1c38b3e1c..99e2bad3f41cea5407d78a139ed9efc5ea9c3f77 100644
--- a/mojo/services/native_viewport/interfaces/native_viewport.mojom
+++ b/mojo/services/native_viewport/interfaces/native_viewport.mojom
@@ -34,6 +34,7 @@ interface NativeViewport {
Close();
SetSize(Size size);
SetEventDispatcher(NativeViewportEventDispatcher dispatcher);
+ SetKeyEventDispatcher(NativeViewportEventDispatcher dispatcher);
jamesr 2015/11/19 23:20:18 The naming here is very strange - what's the diffe
// Requests a ContextProvider capable of producing contexts that draw to
// this native viewport.

Powered by Google App Engine
This is Rietveld 408576698