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

Unified Diff: remoting/proto/video.proto

Issue 836183002: Rename sequence_number to timestamp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « remoting/proto/internal.proto ('k') | remoting/protocol/client_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index cf8cb67463936dcfc1ec4496b8cc2424b13bf2fc..0ee29c9b8922d65c30dfb653fa32db538104eb79 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -55,9 +55,9 @@ message VideoPacket {
// Time in milliseconds spent in encoding this video frame.
optional int64 encode_time_ms = 8;
- // The most recent sequence number received from the client on the event
- // channel.
- optional int64 client_sequence_number = 9;
+ // The client's timestamp of the latest event received by the host before
+ // starting to capture this video frame.
+ optional int64 latest_event_timestamp = 9;
repeated Rect desktop_shape_rects = 10;
« no previous file with comments | « remoting/proto/internal.proto ('k') | remoting/protocol/client_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698