Index: webrtc/modules/desktop_capture/cropping_window_capturer.h |
diff --git a/webrtc/modules/desktop_capture/cropping_window_capturer.h b/webrtc/modules/desktop_capture/cropping_window_capturer.h |
index dfeb447e4491b97eb8582661951e933227bd61bf..e2db7daf10fb1b789d1cf72f77090fe5231457be 100644 |
--- a/webrtc/modules/desktop_capture/cropping_window_capturer.h |
+++ b/webrtc/modules/desktop_capture/cropping_window_capturer.h |
@@ -42,7 +42,8 @@ class CroppingWindowCapturer : public WindowCapturer, |
// DesktopCapturer::Callback implementation, passed to |screen_capturer_| to |
// intercept the capture result. |
- void OnCaptureCompleted(DesktopFrame* frame) override; |
+ void OnCaptureResult(DesktopCapturer::Result result, |
+ std::unique_ptr<DesktopFrame> frame) override; |
protected: |
explicit CroppingWindowCapturer(const DesktopCaptureOptions& options); |