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

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: Fix build break 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
« no previous file with comments | « blimp/common/proto/control.proto ('k') | blimp/common/proto/render_widget.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/input.proto
diff --git a/blimp/common/proto/input.proto b/blimp/common/proto/input.proto
index fa6fe62ea7d9bf45c1e67c138cffc5d7ea6530dc..7b9a4043f917c31ea814d5a87b997a3488401e4a 100644
--- a/blimp/common/proto/input.proto
+++ b/blimp/common/proto/input.proto
@@ -11,8 +11,6 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
-import "common.proto";
-
package blimp;
message GestureCommon {
@@ -78,6 +76,9 @@ message InputMessage {
optional Type type = 1;
+ // An ID that corresponds to RenderWidgetMessage.render_widget_id.
+ optional uint32 render_widget_id = 10;
+
// Seconds since client platform start (boot) with millisecond resolution.
// On Android, this is based off of the client's SystemClock#uptimeMillis().
optional double timestamp_seconds = 2;
« no previous file with comments | « blimp/common/proto/control.proto ('k') | blimp/common/proto/render_widget.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698