| Index: webrtc/modules/desktop_capture/window_capturer.h
|
| diff --git a/webrtc/modules/desktop_capture/window_capturer.h b/webrtc/modules/desktop_capture/window_capturer.h
|
| index eb9b9feaf04ba97fe4417120da620d2b60096adc..c890ba8abbe8c1a98cf103ebd366bf27cba927aa 100644
|
| --- a/webrtc/modules/desktop_capture/window_capturer.h
|
| +++ b/webrtc/modules/desktop_capture/window_capturer.h
|
| @@ -22,6 +22,7 @@
|
| namespace webrtc {
|
|
|
| class DesktopCaptureOptions;
|
| +// class DesktopFrame;
|
|
|
| class WindowCapturer : public DesktopCapturer {
|
| public:
|
| @@ -32,6 +33,9 @@ class WindowCapturer : public DesktopCapturer {
|
|
|
| // Title of the window in UTF-8 encoding.
|
| std::string title;
|
| +
|
| + // Icon of the window
|
| + std::unique_ptr<DesktopFrame> icon;
|
| };
|
|
|
| typedef std::vector<Window> WindowList;
|
|
|