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

Unified Diff: remoting/proto/video.proto

Issue 1827043004: Remove shaped desktop support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 66e7ce204a9be435056a0752a41998473a0c267f..252287309968d4f35ae682b16cb450f1999da1c3 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -58,14 +58,6 @@ message VideoPacket {
// starting to capture this video frame.
optional int64 latest_event_timestamp = 9;
- // Provides the new shape for this frame, iff |use_desktop_shape| is true.
- repeated Rect desktop_shape_rects = 10;
joedow 2016/03/25 01:26:18 Is it useful to leave a comment that fields 10 and
Jamie 2016/03/25 17:17:18 Or even rename them DEPRECATED_* so that they can'
Sergey Ulanov 2016/03/25 19:33:14 Done.
Sergey Ulanov 2016/03/25 19:33:14 If we keep them as deprecated protobuf will still
-
- // True when |desktop_shape_rects| should be used, false to indicate that
- // the frame is un-shaped. If the shape has not changed since the preceding
- // frame then this field should be omitted.
- optional bool use_desktop_shape = 11;
-
// Optional frame timestamp. Used in tests to estimate frame latency.
optional int64 timestamp = 12;

Powered by Google App Engine
This is Rietveld 408576698