| Index: remoting/protocol/video_frame_pump.h
|
| diff --git a/remoting/protocol/video_frame_pump.h b/remoting/protocol/video_frame_pump.h
|
| index c8aa4b820c8c316825750f69491ad519ee316554..d703b2a2655aac7cbd5d35ba683f52d06f3ef2e9 100644
|
| --- a/remoting/protocol/video_frame_pump.h
|
| +++ b/remoting/protocol/video_frame_pump.h
|
| @@ -167,6 +167,7 @@ class VideoFramePump : public VideoStream,
|
|
|
| SizeCallback size_callback_;
|
| webrtc::DesktopSize frame_size_;
|
| + webrtc::DesktopVector frame_dpi_;
|
|
|
| // Timer used to ensure that we send empty keep-alive frames to the client
|
| // even when the video stream is paused or encoder is busy.
|
|
|