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

Unified Diff: remoting/proto/video.proto

Issue 394883008: Add basic perf tests for chromoting protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index db3a08cf29d0568a4ec838d16d865597d9ffe19f..6545c54868fe54aa360912dfefcd2ec4b723c84f 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -63,4 +63,6 @@ message VideoPacket {
// True when |desktop_shape_rects| should be used.
optional bool use_desktop_shape = 11;
+
+ optional int64 timestamp = 12;
}

Powered by Google App Engine
This is Rietveld 408576698