aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop_capture/win/wgc_capture_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop_capture/win/wgc_capture_session.h')
-rw-r--r--modules/desktop_capture/win/wgc_capture_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop_capture/win/wgc_capture_session.h b/modules/desktop_capture/win/wgc_capture_session.h
index 27d412baf9..dfe1fa60bb 100644
--- a/modules/desktop_capture/win/wgc_capture_session.h
+++ b/modules/desktop_capture/win/wgc_capture_session.h
@@ -39,7 +39,7 @@ class WgcCaptureSession final {
~WgcCaptureSession();
- HRESULT StartCapture();
+ HRESULT StartCapture(const DesktopCaptureOptions& options);
// Returns a frame from the frame pool, if any are present.
HRESULT GetFrame(std::unique_ptr<DesktopFrame>* output_frame);