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

Unified Diff: blimp/common/proto/input.proto

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fixed net callback, fixed output surface creation assumption 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: 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;

Powered by Google App Engine
This is Rietveld 408576698