| Index: content/browser/media/capture/aura_window_capture_machine.h
|
| diff --git a/content/browser/media/capture/aura_window_capture_machine.h b/content/browser/media/capture/aura_window_capture_machine.h
|
| index ff2334398dbc580dfe8f6cb3eba52242951cb511..40344e4d6fe93f53609d33253749487be476c21e 100644
|
| --- a/content/browser/media/capture/aura_window_capture_machine.h
|
| +++ b/content/browser/media/capture/aura_window_capture_machine.h
|
| @@ -103,7 +103,7 @@ class AuraWindowCaptureMachine
|
| base::WeakPtr<AuraWindowCaptureMachine> machine,
|
| base::TimeTicks event_time,
|
| const CaptureFrameCallback& capture_frame_cb,
|
| - const scoped_refptr<media::VideoFrame>& target,
|
| + scoped_refptr<media::VideoFrame> target,
|
| std::unique_ptr<cc::SingleReleaseCallback> release_callback,
|
| bool result);
|
|
|
|
|