diff options
Diffstat (limited to 'remoting/codec/video_decoder.h')
-rw-r--r-- | remoting/codec/video_decoder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/codec/video_decoder.h b/remoting/codec/video_decoder.h index f1eb650..4e1d39f 100644 --- a/remoting/codec/video_decoder.h +++ b/remoting/codec/video_decoder.h @@ -68,6 +68,10 @@ class VideoDecoder { uint8* image_buffer, int image_stride, SkRegion* output_region) = 0; + + // Returns the "shape", if any, of the most recently rendered frame. + // The shape is returned in source dimensions. + virtual const SkRegion* GetImageShape() = 0; }; } // namespace remoting |