| Index: remoting/client/frame_consumer.h
|
| diff --git a/remoting/client/frame_consumer.h b/remoting/client/frame_consumer.h
|
| index 22701f4be0d567c16a03347345c8bf9e4905311b..a315054b249d509cecb46b146f785ebea7dc94a9 100644
|
| --- a/remoting/client/frame_consumer.h
|
| +++ b/remoting/client/frame_consumer.h
|
| @@ -36,7 +36,8 @@ class FrameConsumer {
|
| virtual void ReturnBuffer(pp::ImageData* buffer) = 0;
|
|
|
| // Set the dimension of the entire host screen.
|
| - virtual void SetSourceSize(const SkISize& source_size) = 0;
|
| + virtual void SetSourceSize(const SkISize& source_size,
|
| + const SkIPoint& dpi) = 0;
|
|
|
| protected:
|
| FrameConsumer() {}
|
|
|