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

Unified Diff: remoting/codec/video_decoder_vpx.h

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/client/plugin/pepper_video_renderer_3d.cc ('k') | remoting/codec/video_decoder_vpx.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_decoder_vpx.h
diff --git a/remoting/codec/video_decoder_vpx.h b/remoting/codec/video_decoder_vpx.h
index d0029881e2bf3a48b98a145b1045e6ddff2864bd..a386ca20a3e4fb22a700c296083ad744ab37597b 100644
--- a/remoting/codec/video_decoder_vpx.h
+++ b/remoting/codec/video_decoder_vpx.h
@@ -14,11 +14,6 @@
typedef const struct vpx_codec_iface vpx_codec_iface_t;
typedef struct vpx_image vpx_image_t;
-namespace webrtc {
-class DesktopRect;
-class DesktopRegion;
-} // namespace webrtc
-
namespace remoting {
class VideoDecoderVpx : public VideoDecoder {
@@ -38,9 +33,6 @@ class VideoDecoderVpx : public VideoDecoder {
ScopedVpxCodec codec_;
- // The shape of the most-recent frame, if any.
- scoped_ptr<webrtc::DesktopRegion> desktop_shape_;
-
DISALLOW_COPY_AND_ASSIGN(VideoDecoderVpx);
};
« no previous file with comments | « remoting/client/plugin/pepper_video_renderer_3d.cc ('k') | remoting/codec/video_decoder_vpx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698