Chromium Code Reviews| Index: remoting/protocol/webrtc_video_capturer_adapter.h |
| diff --git a/remoting/protocol/webrtc_video_capturer_adapter.h b/remoting/protocol/webrtc_video_capturer_adapter.h |
| index e13c06b6684380265ac9f018b4a3ec2f147aa61f..8cdd7f6b001efafcd8867402ed24f7f9fa30faa8 100644 |
| --- a/remoting/protocol/webrtc_video_capturer_adapter.h |
| +++ b/remoting/protocol/webrtc_video_capturer_adapter.h |
| @@ -43,7 +43,9 @@ namespace protocol { |
| class WebrtcVideoCapturerAdapter : public cricket::VideoCapturer, |
| public webrtc::DesktopCapturer::Callback { |
| public: |
| - typedef base::Callback<void(const webrtc::DesktopSize& size)> SizeCallback; |
| + typedef base::Callback<void(const webrtc::DesktopSize& size, |
| + const webrtc::DesktopVector& dpi)> |
| + SizeCallback; |
|
Jamie
2016/03/31 00:35:53
Do we need to define this twice?
Sergey Ulanov
2016/03/31 06:25:14
Removed this one now.
|
| explicit WebrtcVideoCapturerAdapter( |
| scoped_ptr<webrtc::DesktopCapturer> capturer); |