diff options
Diffstat (limited to 'webkit/plugins/ppapi/plugin_delegate.h')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index d9d4f10..5585072 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -225,7 +225,7 @@ class PluginDelegate { class PlatformAudioInput { public: - // Starts the playback. Returns false on error or if called before the + // Starts the capture. Returns false on error or if called before the // stream is created or after the stream is closed. virtual bool StartCapture() = 0; |