| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper_plugin_delegate_impl.h (revision 110601)
|
| +++ content/renderer/pepper_plugin_delegate_impl.h (working copy)
|
| @@ -213,11 +213,7 @@
|
| virtual PlatformAudio* CreateAudio(
|
| uint32_t sample_rate,
|
| uint32_t sample_count,
|
| - PlatformAudioCommonClient* client) OVERRIDE;
|
| - virtual PlatformAudioInput* CreateAudioInput(
|
| - uint32_t sample_rate,
|
| - uint32_t sample_count,
|
| - PlatformAudioCommonClient* client) OVERRIDE;
|
| + PlatformAudio::Client* client) OVERRIDE;
|
| virtual PlatformImage2D* CreateImage2D(int width, int height) OVERRIDE;
|
| virtual PlatformContext3D* CreateContext3D() OVERRIDE;
|
| virtual PlatformVideoCapture* CreateVideoCapture(
|
|
|