summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_audio_impl.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 22:26:11 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 22:26:11 +0000
commit60c331a16cba4f5347f77df8d5e3907bc3f24ae0 (patch)
treeda8d0eb8e23d24b4d05cf310114e77cfa0f26600 /webkit/plugins/ppapi/ppb_audio_impl.h
parent7d018f7ff67d4f2febddaac5c98cfd76a79d58fd (diff)
downloadchromium_src-60c331a16cba4f5347f77df8d5e3907bc3f24ae0.zip
chromium_src-60c331a16cba4f5347f77df8d5e3907bc3f24ae0.tar.gz
chromium_src-60c331a16cba4f5347f77df8d5e3907bc3f24ae0.tar.bz2
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
Diffstat (limited to 'webkit/plugins/ppapi/ppb_audio_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_audio_impl.h2
1 files changed, 1 insertions, 1 deletions
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);
};