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