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

Unified Diff: mojo/services/public/interfaces/input_events/input_events.mojom

Issue 488263002: Make struct members nullable so demo_launcher no longer crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: mojo/services/public/interfaces/input_events/input_events.mojom
diff --git a/mojo/services/public/interfaces/input_events/input_events.mojom b/mojo/services/public/interfaces/input_events/input_events.mojom
index 368292e0cda63999e59d008a256978f58f5c5c43..ab948dc09246ee191bdd7f15b8cce3d99376fe2d 100644
--- a/mojo/services/public/interfaces/input_events/input_events.mojom
+++ b/mojo/services/public/interfaces/input_events/input_events.mojom
@@ -9,7 +9,7 @@ module mojo {
struct LocationData {
Point in_view_location;
- Point screen_location;
+ Point? screen_location;
};
struct KeyData {

Powered by Google App Engine
This is Rietveld 408576698