| 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 3bd7906b18b3730fca3ecc1305b144f80f3cc7a3..c3818e364c3031b54323233bda520d6b8748231d 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device.cc
|
| @@ -259,7 +259,8 @@ class WebContentsCaptureMachine : public VideoCaptureMachine {
|
| const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback&
|
| deliver_frame_cb,
|
| bool success,
|
| - const SkBitmap& bitmap);
|
| + const SkBitmap& bitmap,
|
| + const int& response);
|
|
|
| // Response callback for RWHVP::CopyFromCompositingSurfaceToVideoFrame().
|
| void DidCopyFromCompositingSurfaceToVideoFrame(
|
| @@ -689,7 +690,8 @@ void WebContentsCaptureMachine::DidCopyFromBackingStore(
|
| const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback&
|
| deliver_frame_cb,
|
| bool success,
|
| - const SkBitmap& bitmap) {
|
| + const SkBitmap& bitmap,
|
| + const int& response) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|
| base::TimeTicks now = base::TimeTicks::Now();
|
|
|