From 60c331a16cba4f5347f77df8d5e3907bc3f24ae0 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 25 Feb 2012 22:26:11 +0000 Subject: Split out the pepper audio delegates. This moves the audio input and output delegates into their own files. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9430034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123671 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/plugins/ppapi/ppb_audio_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/plugins/ppapi/ppb_audio_impl.h') diff --git a/webkit/plugins/ppapi/ppb_audio_impl.h b/webkit/plugins/ppapi/ppb_audio_impl.h index d131090..19acfc3 100644 --- a/webkit/plugins/ppapi/ppb_audio_impl.h +++ b/webkit/plugins/ppapi/ppb_audio_impl.h @@ -73,7 +73,7 @@ class PPB_Audio_Impl : public ::ppapi::Resource, // PluginDelegate audio object that we delegate audio IPC through. We don't // own this pointer but are responsible for calling Shutdown on it. - PluginDelegate::PlatformAudio* audio_; + PluginDelegate::PlatformAudioOutput* audio_; DISALLOW_COPY_AND_ASSIGN(PPB_Audio_Impl); }; -- cgit v1.1