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. |