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 f32565a2f3e26f0d1cc65db4ab6f1a6ddf180caf..5be935ef1619d9c116a94ba4ead2e26e53c28e31 100644 |
--- a/content/browser/media/capture/web_contents_video_capture_device.cc |
+++ b/content/browser/media/capture/web_contents_video_capture_device.cc |
@@ -283,7 +283,7 @@ void FrameSubscriber::DidCaptureFrame( |
CursorRenderer* cursor_renderer = |
frame_subscriber_->cursor_renderer_.get(); |
if (cursor_renderer->SnapshotCursorState(region_in_frame)) |
- cursor_renderer->RenderOnVideoFrame(frame); |
+ cursor_renderer->RenderOnVideoFrame(frame.get()); |
frame->metadata()->SetBoolean( |
media::VideoFrameMetadata::INTERACTIVE_CONTENT, |
frame_subscriber_->IsUserInteractingWithContent()); |