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