| Index: content/browser/media/capture/web_contents_video_capture_device.cc
|
| diff --git a/content/browser/media/capture/web_contents_video_capture_device.cc b/content/browser/media/capture/web_contents_video_capture_device.cc
|
| index 0e5347cb506ee8aa6e4c3f98fbc2f89b27b2c6c5..8a8474c2782f9b0e6e11fd8314a896141e73797a 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device.cc
|
| @@ -422,8 +422,7 @@ void ContentCaptureSubscription::Observe(
|
| // signals of a new frame on Mac.
|
| // http://crbug.com/333986
|
| #if !defined(OS_MACOSX)
|
| - if (rwh->is_accelerated_compositing_active() &&
|
| - rwh->GetView()->IsSurfaceAvailableForCopy())
|
| + if (rwh->GetView()->IsSurfaceAvailableForCopy())
|
| return;
|
| #endif
|
|
|
|
|