| 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 84a6ba25a4ff1b4d96a2aa07609ec5e75bdfec18..10a25abf10b0b8373a1fa262d99ca411cbe9fe3a 100644
|
| --- a/content/browser/media/capture/aura_window_capture_machine.h
|
| +++ b/content/browser/media/capture/aura_window_capture_machine.h
|
| @@ -89,7 +89,9 @@ class AuraWindowCaptureMachine
|
| std::unique_ptr<cc::CopyOutputResult> result);
|
|
|
| // A helper which does the real work for DidCopyOutput. Returns true if
|
| - // succeeded.
|
| + // succeeded and |capture_frame_cb| will be run at some future point. Returns
|
| + // false on error, and |capture_frame_cb| should be run by the caller (with
|
| + // failure status).
|
| bool ProcessCopyOutputResponse(scoped_refptr<media::VideoFrame> video_frame,
|
| base::TimeTicks start_time,
|
| const CaptureFrameCallback& capture_frame_cb,
|
|
|