Chromium Code Reviews| Index: remoting/base/util.h |
| diff --git a/remoting/base/util.h b/remoting/base/util.h |
| index b60e0721fe3b74038b0666a52ca2d3f9e614541c..09695889f4f1c16027c73b98e1c622e5b69c7f51 100644 |
| --- a/remoting/base/util.h |
| +++ b/remoting/base/util.h |
| @@ -55,8 +55,8 @@ SkIRect AlignRect(const SkIRect& rect); |
| // Return a scaled rectangle using the horizontal and vertical scale |
|
Sergey Ulanov
2011/12/20 00:05:35
please update this comment
Wez
2011/12/20 07:14:14
Done.
|
| // factors. |
| SkIRect ScaleRect(const SkIRect& rect, |
| - double horizontal_ratio, |
| - double vertical_ratio); |
| + const SkISize& in_size, |
| + const SkISize& out_size); |
| // Copy pixels in the rectangle from source to destination. |
| void CopyRect(const uint8* src_plane, |