From 6b77fa5b3b0792437332687034cedd7573090c34 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Tue, 10 Apr 2018 21:02:34 +0200 Subject: [PATCH] [desktop capture] remove dependencies on webrtc/desktop_capture from /chrome https://chromium-review.googlesource.com/876723 --- atom/browser/api/atom_api_desktop_capturer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/api/atom_api_desktop_capturer.cc b/atom/browser/api/atom_api_desktop_capturer.cc index 3bf2df9679a..2544b87cd17 100644 --- a/atom/browser/api/atom_api_desktop_capturer.cc +++ b/atom/browser/api/atom_api_desktop_capturer.cc @@ -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)