| Index: remoting/client/rectangle_update_decoder.h
|
| diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
|
| index fd5b2c2dc7575c80efb79bc042a3523dbe96c8c1..48d4632cc0b5e961e16175aa1c151034ec11ad42 100644
|
| --- a/remoting/client/rectangle_update_decoder.h
|
| +++ b/remoting/client/rectangle_update_decoder.h
|
| @@ -39,15 +39,12 @@ class RectangleUpdateDecoder :
|
| // executed.
|
| void DecodePacket(const VideoPacket* packet, const base::Closure& done);
|
|
|
| - // Set the scale ratio for the decoded video frame. Scale ratio greater
|
| - // than 1.0 is not supported.
|
| - void SetScaleRatios(double horizontal_ratio, double vertical_ratio);
|
| + // Set the output dimensions to scale video output to.
|
| + void SetOutputDimensions(const SkISize& size);
|
|
|
| // Set a new clipping rectangle for the decoder. Decoder should respect
|
| // this clipping rectangle and only decode content in this rectangle and
|
| // report dirty rectangles accordingly to enhance performance.
|
| - //
|
| - // If scale ratio is not 1.0 then clipping rectangle is ignored.
|
| void UpdateClipRect(const SkIRect& clip_rect);
|
|
|
| // Force the decoder to output the last decoded video frame without any
|
|
|