[desktop capture] remove dependencies on webrtc/desktop_capture from /chrome
https://chromium-review.googlesource.com/876723
This commit is contained in:
parent
5e320994f4
commit
6b77fa5b3b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void DesktopCapturer::StartHandling(bool capture_window,
|
|||
bool capture_screen,
|
||||
const gfx::Size& thumbnail_size) {
|
||||
webrtc::DesktopCaptureOptions options =
|
||||
content::CreateDesktopCaptureOptions();
|
||||
content::desktop_capture::CreateDesktopCaptureOptions();
|
||||
#if defined(OS_WIN)
|
||||
using_directx_capturer_ = options.allow_directx_capturer();
|
||||
#endif // defined(OS_WIN)
|
||||
|
|
Loading…
Reference in a new issue