Index: blimp/common/proto/input.proto |
diff --git a/blimp/common/proto/input.proto b/blimp/common/proto/input.proto |
index 6053166a6f2f547fdb234c8000748049530f10d0..9a3fe612d9b2ab7621bdbde3a4b98e32ce67ca12 100644 |
--- a/blimp/common/proto/input.proto |
+++ b/blimp/common/proto/input.proto |
@@ -94,6 +94,9 @@ message InputMessage { |
optional Type type = 1; |
+ // An ID that corresponds to RenderWidgetMessage. |
+ optional uint32 render_widget_id = 12; |
+ |
// The time this input event happened relative to when the client device was |
// started. |
optional double timestamp_seconds = 2; |