Chromium Code Reviews| 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..d3aa4afb139d2f8d4ad64b08213d30fb30a593e2 100644 |
| --- a/content/renderer/media/canvas_capture_handler.h |
| +++ b/content/renderer/media/canvas_capture_handler.h |
| @@ -72,8 +72,9 @@ 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. |
| + // Implementation VideoCapturerSource that is owned by |
| + // MediaStreamVideoCapturerSource and delegates the Start/Stop calls to |
| + // CanvasCaptureHandler. |
| class VideoCapturerSource; |
|
mcasas
2016/03/23 17:54:30
I think this class can be just defined
in the .cc
emircan
2016/03/23 22:12:03
Done.
|
| // Object that does all the work of running |new_frame_callback_|. |