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

Unified Diff: remoting/host/chromoting_messages.h

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
Index: remoting/host/chromoting_messages.h
diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
index 477fef95d500cb6523179943c60a14b027dba33a..1cee68074a1303bbf0b4e9134fdadee31b82e7f6 100644
--- a/remoting/host/chromoting_messages.h
+++ b/remoting/host/chromoting_messages.h
@@ -161,7 +161,7 @@ IPC_STRUCT_BEGIN(SerializedDesktopFrame)
IPC_STRUCT_MEMBER(int64, capture_time_ms)
// Sequence number supplied by client for performance tracking.
- IPC_STRUCT_MEMBER(int64, client_sequence_number)
+ IPC_STRUCT_MEMBER(int64, last_event_timestamp)
Wez 2015/01/07 23:56:19 s/last/latest
Sergey Ulanov 2015/01/08 17:40:26 Done.
// DPI for this frame.
IPC_STRUCT_MEMBER(webrtc::DesktopVector, dpi)

Powered by Google App Engine
This is Rietveld 408576698