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 7986821bc9a6129f7caa4f989cb2f330b4e02b19..4c7c1dbd92f4ba2af49ed8e0d9c3af7897aaf239 100644 |
--- a/webrtc/modules/desktop_capture/cropping_window_capturer.h |
+++ b/webrtc/modules/desktop_capture/cropping_window_capturer.h |
@@ -13,19 +13,18 @@ |
#include <memory> |
+#include "webrtc/modules/desktop_capture/desktop_capturer.h" |
#include "webrtc/modules/desktop_capture/desktop_capture_options.h" |
-#include "webrtc/modules/desktop_capture/screen_capturer.h" |
-#include "webrtc/modules/desktop_capture/window_capturer.h" |
namespace webrtc { |
// WindowCapturer implementation that uses a screen capturer to capture the |
// whole screen and crops the video frame to the window area when the captured |
// window is on top. |
-class CroppingWindowCapturer : public WindowCapturer, |
+class CroppingWindowCapturer : public DesktopCapturer, |
public DesktopCapturer::Callback { |
public: |
- static WindowCapturer* Create(const DesktopCaptureOptions& options); |
+ static DesktopCapturer* Create(const DesktopCaptureOptions& options); |
~CroppingWindowCapturer() override; |
// DesktopCapturer implementation. |