| Index: webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc
|
| diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc b/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc
|
| index e4b2c3e8a225b397d4c67693baa646c2c98c34f3..ee91867e896700ba4c4fef2a823aeaadd86eddfe 100644
|
| --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc
|
| +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc
|
| @@ -16,11 +16,13 @@
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/timeutils.h"
|
| #include "webrtc/modules/desktop_capture/desktop_frame.h"
|
| +#include "webrtc/modules/desktop_capture/screen_capturer_differ_wrapper.h"
|
|
|
| namespace webrtc {
|
|
|
| using Microsoft::WRL::ComPtr;
|
|
|
| +// static
|
| bool ScreenCapturerWinDirectx::IsSupported() {
|
| // Forward IsSupported function call to DxgiDuplicatorController.
|
| return DxgiDuplicatorController::Instance()->IsSupported();
|
|
|