| Index: remoting/base/decoder.h
|
| diff --git a/remoting/base/decoder.h b/remoting/base/decoder.h
|
| index a0a9244707cc1cf86e047e01d7027a59ee69263f..b13483f0918e28f2835b7bc0e2056bf1b9dea116 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
|
|
|