| Index: remoting/host/desktop_capturer_proxy.h
|
| diff --git a/remoting/host/desktop_capturer_proxy.h b/remoting/host/desktop_capturer_proxy.h
|
| index 0f6c8a0277cd78d4d487f2067e3ff349937dc74b..d92c31c8ca5091d08b762b2c631cc7f3adb55f82 100644
|
| --- a/remoting/host/desktop_capturer_proxy.h
|
| +++ b/remoting/host/desktop_capturer_proxy.h
|
| @@ -45,7 +45,8 @@ class DesktopCapturerProxy : public webrtc::DesktopCapturer {
|
| private:
|
| class Core;
|
|
|
| - void OnFrameCaptured(std::unique_ptr<webrtc::DesktopFrame> frame);
|
| + void OnFrameCaptured(webrtc::DesktopCapturer::Result result,
|
| + std::unique_ptr<webrtc::DesktopFrame> frame);
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|