| Index: webrtc/modules/desktop_capture/mac/window_list_utils.h
|
| diff --git a/webrtc/modules/desktop_capture/mac/window_list_utils.h b/webrtc/modules/desktop_capture/mac/window_list_utils.h
|
| index d56166fe7584b9aa76d08402ae4ab11b4acd3ba6..7cc457109a12dc27a98bac44cd09581274e5d18d 100644
|
| --- a/webrtc/modules/desktop_capture/mac/window_list_utils.h
|
| +++ b/webrtc/modules/desktop_capture/mac/window_list_utils.h
|
| @@ -13,17 +13,17 @@
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
|
|
| +#include "webrtc/modules/desktop_capture/desktop_capturer.h"
|
| #include "webrtc/modules/desktop_capture/mac/desktop_configuration.h"
|
| -#include "webrtc/modules/desktop_capture/window_capturer.h"
|
|
|
| namespace webrtc {
|
|
|
| -// A helper function to get the on-screen windows.
|
| -bool GetWindowList(WindowCapturer::WindowList* windows);
|
| +// Another helper function to get the on-screen windows.
|
| +bool GetWindowList(DesktopCapturer::SourceList* windows, bool ignore_minimized);
|
|
|
| // Returns true if the window is occupying a full screen.
|
| bool IsWindowFullScreen(const MacDesktopConfiguration& desktop_config,
|
| - CFDictionaryRef window);
|
| + CFDictionaryRef window);
|
|
|
| // Returns true if the window is minimized.
|
| bool IsWindowMinimized(CGWindowID id);
|
|
|