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

Unified Diff: ui/keyboard/webui/keyboard.mojom

Issue 502853002: Mojom: Blanket change to mark all pointer/handle fields as nullable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « mojo/spy/public/spy.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/webui/keyboard.mojom
diff --git a/ui/keyboard/webui/keyboard.mojom b/ui/keyboard/webui/keyboard.mojom
index 9b05dc29fc119b3a537e99f264e02f89bb511b39..83e626beefc3dd664ec148c4a9b505f7ebe1566d 100644
--- a/ui/keyboard/webui/keyboard.mojom
+++ b/ui/keyboard/webui/keyboard.mojom
@@ -1,14 +1,14 @@
[Client=KeyboardAPI]
interface KeyboardUIHandlerMojo {
- SendKeyEvent(string event_type,
+ SendKeyEvent(string? event_type,
int32 char_value,
int32 key_code,
- string key_name,
+ string? key_name,
int32 modifiers);
HideKeyboard();
};
interface KeyboardAPI {
- OnTextInputTypeChanged(string input_type);
+ OnTextInputTypeChanged(string? input_type);
};
« no previous file with comments | « mojo/spy/public/spy.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698