Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: webkit/plugins/ppapi/audio_helper.h

Issue 9705056: PepperPlatformAudioInputImpl: support audio input device selection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync&resolve again Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/ppb_audio_input_shared.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/audio_helper.h
diff --git a/webkit/plugins/ppapi/audio_helper.h b/webkit/plugins/ppapi/audio_helper.h
index 2f8b511cdd7edc494e4855e3ec9f2b6174ab3721..61b520561df27085b4e00c193bddc12044810bb4 100644
--- a/webkit/plugins/ppapi/audio_helper.h
+++ b/webkit/plugins/ppapi/audio_helper.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -19,12 +19,12 @@
namespace webkit {
namespace ppapi {
-class AudioHelper : public PluginDelegate::PlatformAudioCommonClient {
+class AudioHelper : public PluginDelegate::PlatformAudioOutputClient {
public:
AudioHelper();
virtual ~AudioHelper();
- // |PluginDelegate::PlatformAudioCommonClient| implementation.
+ // |PluginDelegate::PlatformAudioOutputClient| implementation.
virtual void StreamCreated(base::SharedMemoryHandle shared_memory_handle,
size_t shared_memory_size_,
base::SyncSocket::Handle socket) OVERRIDE;
« no previous file with comments | « ppapi/shared_impl/ppb_audio_input_shared.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698