diff --git a/webrtc/modules/desktop_capture/cropping_window_capturer.h b/webrtc/modules/desktop_capture/cropping_window_capturer.h index 5b5a41d482..b8b2751d02 100644 --- a/webrtc/modules/desktop_capture/cropping_window_capturer.h +++ b/webrtc/modules/desktop_capture/cropping_window_capturer.h @@ -55,7 +55,9 @@ class CroppingWindowCapturer : public DesktopCapturer, virtual bool ShouldUseScreenCapturer() = 0; // Returns the window area relative to the top left of the virtual screen - // within the bounds of the virtual screen. + // within the bounds of the virtual screen. This function should return the + // DesktopRect in full desktop coordinates, i.e. the top-left monitor starts + // from (0, 0). virtual DesktopRect GetWindowRectInVirtualScreen() = 0; WindowId selected_window() const { return selected_window_; }