| Index: remoting/client/frame_consumer_proxy.h
|
| diff --git a/remoting/client/frame_consumer_proxy.h b/remoting/client/frame_consumer_proxy.h
|
| index d5dfd45bf6c5f0d136a220461e1f5f725cd343a5..58bbd7d8a1c3d60a0756e20ac3761a33c2bd0151 100644
|
| --- a/remoting/client/frame_consumer_proxy.h
|
| +++ b/remoting/client/frame_consumer_proxy.h
|
| @@ -34,7 +34,8 @@ class FrameConsumerProxy
|
| pp::ImageData* buffer,
|
| const SkRegion& region) OVERRIDE;
|
| virtual void ReturnBuffer(pp::ImageData* buffer) OVERRIDE;
|
| - virtual void SetSourceSize(const SkISize& source_size) OVERRIDE;
|
| + virtual void SetSourceSize(const SkISize& source_size,
|
| + const SkIPoint& dpi) OVERRIDE;
|
|
|
| // Attaches to |frame_consumer_|.
|
| // This must only be called from |frame_consumer_message_loop_|.
|
|
|