| Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| index ca48ca4041122e033b3f03930ec48be51ded70ab..8c91de6310d6eee99ed590a4be21bda9320787c8 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| @@ -284,8 +284,7 @@ class StubClient : public media::VideoCaptureDevice::Client {
|
| // analysis is too slow, the backlog of frames will grow without bound and
|
| // trouble erupts. http://crbug.com/174519
|
| using media::VideoFrame;
|
| - auto buffer_access =
|
| - buffer.handle_provider()->GetHandleForInProcessAccess();
|
| + auto buffer_access = buffer.handle_provider->GetHandleForInProcessAccess();
|
| auto frame = VideoFrame::WrapExternalSharedMemory(
|
| media::PIXEL_FORMAT_I420, format.frame_size, visible_rect,
|
| format.frame_size, buffer_access->data(), buffer_access->mapped_size(),
|
|
|