| Index: remoting/webapp/video_frame_recorder.js
|
| diff --git a/remoting/webapp/video_frame_recorder.js b/remoting/webapp/video_frame_recorder.js
|
| index 67301622c9cbe146c704838f80c5d156d22cec0e..fcf6e24359d7853cd287c125f8810a22eea175c9 100644
|
| --- a/remoting/webapp/video_frame_recorder.js
|
| +++ b/remoting/webapp/video_frame_recorder.js
|
| @@ -14,7 +14,7 @@ var remoting = remoting || {};
|
|
|
| /**
|
| * @constructor
|
| - * @param {remoting.ClientPlugin} plugin
|
| + * @param {remoting.ClientPluginInterface} plugin
|
| */
|
| remoting.VideoFrameRecorder = function(plugin) {
|
| this.fileWriter_ = null;
|
|
|