Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: content/browser/media/capture/aura_window_capture_machine.cc

Issue 2553763002: Fix cursor missing in tabCapture on OSX Sierra (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/media/capture/cursor_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/aura_window_capture_machine.cc
diff --git a/content/browser/media/capture/aura_window_capture_machine.cc b/content/browser/media/capture/aura_window_capture_machine.cc
index 061b55ee81d356921d8636b980feb8d567fb5975..a28c1c0f8aee8e5cca21d94d0b08d3b75a7bfb15 100644
--- a/content/browser/media/capture/aura_window_capture_machine.cc
+++ b/content/browser/media/capture/aura_window_capture_machine.cc
@@ -366,7 +366,7 @@ void AuraWindowCaptureMachine::CopyOutputFinishedForVideo(
// still valid).
if (machine) {
if (machine->cursor_renderer_ && result)
- machine->cursor_renderer_->RenderOnVideoFrame(target);
+ machine->cursor_renderer_->RenderOnVideoFrame(target.get());
} else {
VLOG(1) << "Aborting capture: AuraWindowCaptureMachine has gone away.";
result = false;
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/media/capture/cursor_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698