diff options
Diffstat (limited to 'remoting/base/decoder.h')
-rw-r--r-- | remoting/base/decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/base/decoder.h b/remoting/base/decoder.h index a0a9244..b13483f 100644 --- a/remoting/base/decoder.h +++ b/remoting/base/decoder.h @@ -46,6 +46,8 @@ class Decoder { // Returns rects that were updated in the last frame. Can be called only // after DecodePacket returned DECODE_DONE. Caller keeps ownership of // |rects|. |rects| is kept empty if whole screen needs to be updated. + // TODO(dmaclach): Move this over to using SkRegion. + // http://crbug.com/92085 virtual void GetUpdatedRects(UpdatedRects* rects) = 0; // Reset the decoder to an uninitialized state. Release all references to |