| Index: media/capture/content/thread_safe_capture_oracle.h
|
| diff --git a/media/capture/content/thread_safe_capture_oracle.h b/media/capture/content/thread_safe_capture_oracle.h
|
| index 1f16e2f824b321c8e2fdc48ac69c18195ea70ce0..58841a67207d2cff3530e10f7be3d83cf1b3ba1f 100644
|
| --- a/media/capture/content/thread_safe_capture_oracle.h
|
| +++ b/media/capture/content/thread_safe_capture_oracle.h
|
| @@ -48,9 +48,10 @@ class MEDIA_EXPORT ThreadSafeCaptureOracle
|
| // resources.
|
| //
|
| // If this method returns false, the caller should take no further action.
|
| - // Otherwise, |storage| is set to the destination for the video frame capture;
|
| - // and, the caller should initiate capture, and then run |callback| once the
|
| - // video frame has been populated with its content.
|
| + // Otherwise, |storage| is set to the destination for the video frame capture
|
| + // and the caller should initiate capture. Then, once the video frame has
|
| + // been populated with its content, or if capture failed, the |callback|
|
| + // should be run.
|
| bool ObserveEventAndDecideCapture(VideoCaptureOracle::Event event,
|
| const gfx::Rect& damage_rect,
|
| base::TimeTicks event_time,
|
|
|