| Index: content/common/media/video_capture.h
|
| diff --git a/content/common/media/video_capture.h b/content/common/media/video_capture.h
|
| index bf43ebbcda8ed39ff74a3239a983cc81e65f74b6..80dca93ad824ab4b182672cddb3baeefaacb4ea0 100644
|
| --- a/content/common/media/video_capture.h
|
| +++ b/content/common/media/video_capture.h
|
| @@ -32,10 +32,6 @@ typedef base::Callback<void(VideoCaptureState)>
|
| VideoCaptureStateUpdateCB;
|
| typedef base::Callback<void(const media::VideoCaptureFormats&)>
|
| VideoCaptureDeviceFormatsCB;
|
| -typedef base::Callback<
|
| - void(const scoped_refptr<media::VideoFrame>&,
|
| - const media::VideoCaptureFormat&)>
|
| - VideoCaptureDeliverFrameCB;
|
|
|
| } // namespace content
|
|
|
|
|