| Index: content/browser/media/capture/content_video_capture_device_core.h
|
| diff --git a/content/browser/media/capture/content_video_capture_device_core.h b/content/browser/media/capture/content_video_capture_device_core.h
|
| index 3a7e6974ae78cfbfcc077400f861cc7b9bf8eaad..60d8b7be04f59301faf56f910059d728889c7ce2 100644
|
| --- a/content/browser/media/capture/content_video_capture_device_core.h
|
| +++ b/content/browser/media/capture/content_video_capture_device_core.h
|
| @@ -62,12 +62,13 @@ class ThreadSafeCaptureOracle
|
| bool success)> CaptureFrameCallback;
|
|
|
| bool ObserveEventAndDecideCapture(VideoCaptureOracle::Event event,
|
| + const gfx::Rect& damage_rect,
|
| base::TimeTicks event_time,
|
| scoped_refptr<media::VideoFrame>* storage,
|
| CaptureFrameCallback* callback);
|
|
|
| - base::TimeDelta capture_period() const {
|
| - return oracle_->capture_period();
|
| + base::TimeDelta min_capture_period() const {
|
| + return oracle_->min_capture_period();
|
| }
|
|
|
| // Returns the current capture resolution.
|
|
|