| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 932dbe463dbd0f3dc9552155e18d47a7ba387cb9..e1718c401b83062eacd1157ba74d5bc9b8cef73a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -164,9 +164,10 @@ class PepperPluginDelegateImpl
|
| uint32_t sample_count,
|
| PlatformAudioCommonClient* client) OVERRIDE;
|
| virtual PlatformAudioInput* CreateAudioInput(
|
| + const std::string& device_id,
|
| uint32_t sample_rate,
|
| uint32_t sample_count,
|
| - PlatformAudioCommonClient* client) OVERRIDE;
|
| + PlatformAudioInputClient* client) OVERRIDE;
|
| virtual PlatformImage2D* CreateImage2D(int width, int height) OVERRIDE;
|
| virtual PlatformContext3D* CreateContext3D() OVERRIDE;
|
| virtual PlatformVideoCapture* CreateVideoCapture(
|
|
|