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

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
« no previous file with comments | « remoting/host/shaped_desktop_capturer_unittest.cc ('k') | remoting/remoting_host_srcs.gypi » ('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 66e7ce204a9be435056a0752a41998473a0c267f..4d00a370952173c9268eecdaca2c030bea418f7b 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -11,6 +11,8 @@ option optimize_for = LITE_RUNTIME;
package remoting;
message VideoPacketFormat {
+ // Reserved fields IDs used for removed fields: 1 to 4.
+
// Identifies how the image was encoded.
enum Encoding {
ENCODING_INVALID = -1;
@@ -41,6 +43,8 @@ message Rect {
}
message VideoPacket {
+ // Reserved fields IDs used for removed fields: 1 to 3, 10, 11.
+
optional VideoPacketFormat format = 4;
optional bytes data = 5;
@@ -58,14 +62,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;
-
- // 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;
« no previous file with comments | « remoting/host/shaped_desktop_capturer_unittest.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698