| Index: content/renderer/media/canvas_capture_handler.h
|
| diff --git a/content/renderer/media/canvas_capture_handler.h b/content/renderer/media/canvas_capture_handler.h
|
| index a4bbec4bae2ecebd7805b0503701f604da907b9c..dff93b41e1b550716c82a7dff2bde9ef700c5bd2 100644
|
| --- a/content/renderer/media/canvas_capture_handler.h
|
| +++ b/content/renderer/media/canvas_capture_handler.h
|
| @@ -72,10 +72,6 @@ class CONTENT_EXPORT CanvasCaptureHandler final
|
| scoped_ptr<media::VideoCapturerSource> source,
|
| blink::WebMediaStreamTrack* web_track);
|
|
|
| - // Implementation VideoCapturerSource that is owned by Blink and delegates
|
| - // the Start/Stop calls to CanvasCaptureHandler.
|
| - class VideoCapturerSource;
|
| -
|
| // Object that does all the work of running |new_frame_callback_|.
|
| // Destroyed on |frame_callback_task_runner_| after the class is destroyed.
|
| class CanvasCaptureHandlerDelegate;
|
|
|