Commit 1490a064 authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Disabling BasicDesktopEnvironment::CreateComposingVideoCapturer for M81

The plan is to submit this change and merge it to M81 to address
multi-mon issues in that release.  Once Jamie is back, he will revert
this change and finish the VideoCapturer impl for M82.

Change-Id: I33f1261061c43afeffbfc76df138440daa56f80e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048306
Auto-Submit: Joe Downing <joedow@chromium.org>
Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740318}
parent 0242380a
...@@ -100,8 +100,11 @@ BasicDesktopEnvironment::CreateComposingVideoCapturer() { ...@@ -100,8 +100,11 @@ BasicDesktopEnvironment::CreateComposingVideoCapturer() {
// MacOS always includes the mouse cursor in the captured image. // MacOS always includes the mouse cursor in the captured image.
return nullptr; return nullptr;
#else #else
return std::make_unique<DesktopAndCursorConditionalComposer>( // TODO(crbug.com/1050789): Return a valid instance after fixing the
CreateVideoCapturer()); // DesktopAndCursorConditionalComposer class.
// return std::make_unique<DesktopAndCursorConditionalComposer>(
// CreateVideoCapturer());
return nullptr;
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment