| Index: content/browser/media/capture/desktop_capture_device.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device.cc b/content/browser/media/capture/desktop_capture_device.cc
|
| index 18a0934000258a1fe3b0743fe737ffb5846e8378..02e46a5d3314108c20aea7634c2fab29c6b4a1a4 100644
|
| --- a/content/browser/media/capture/desktop_capture_device.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device.cc
|
| @@ -64,7 +64,7 @@
|
|
|
| #if defined(OS_WIN)
|
| const base::Feature kDirectXCapturer{"DirectXCapturer",
|
| - base::FEATURE_ENABLED_BY_DEFAULT};
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif
|
|
|
| class DesktopCaptureDevice::Core : public webrtc::DesktopCapturer::Callback {
|
|
|