| Index: content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager_unittest.cc b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| index 037498b32850e393a176b547bede5afb761fba20..41d84be5541e1f44981accf9bd50865c3d72a9a3 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
|
| @@ -53,11 +53,15 @@ class MockFrameObserver : public VideoCaptureControllerEventHandler {
|
| int length, int buffer_id) OVERRIDE {}
|
| virtual void OnBufferDestroyed(const VideoCaptureControllerID& id,
|
| int buffer_id) OVERRIDE {}
|
| - virtual void OnBufferReady(
|
| - const VideoCaptureControllerID& id,
|
| - int buffer_id,
|
| - base::TimeTicks timestamp,
|
| - const media::VideoCaptureFormat& format) OVERRIDE {}
|
| + virtual void OnBufferReady(const VideoCaptureControllerID& id,
|
| + int buffer_id,
|
| + const media::VideoCaptureFormat& format,
|
| + base::TimeTicks timestamp) OVERRIDE {}
|
| + virtual void OnMailboxBufferReady(const VideoCaptureControllerID& id,
|
| + int buffer_id,
|
| + const gpu::MailboxHolder& mailbox_holder,
|
| + const media::VideoCaptureFormat& format,
|
| + base::TimeTicks timestamp) OVERRIDE {}
|
| virtual void OnEnded(const VideoCaptureControllerID& id) OVERRIDE {}
|
|
|
| void OnGotControllerCallback(VideoCaptureControllerID) {}
|
|
|