| Index: remoting/client/rectangle_update_decoder.h
|
| diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
|
| index 557aee2785c1f1f9cf6118b992d5c31dded9077c..fdee520ff8ca370dc6e285ae146a875d29f94661 100644
|
| --- a/remoting/client/rectangle_update_decoder.h
|
| +++ b/remoting/client/rectangle_update_decoder.h
|
| @@ -75,6 +75,9 @@ class RectangleUpdateDecoder
|
| // Remote screen size in pixels.
|
| SkISize source_size_;
|
|
|
| + // Vertical and horizontal DPI of the remote screen.
|
| + SkIPoint source_dpi_;
|
| +
|
| // The current dimentions of the frame consumer view.
|
| SkISize view_size_;
|
| SkIRect clip_area_;
|
|
|