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

Unified Diff: ppapi/proxy/resource_creation_proxy.cc

Issue 8662014: Pepper: Fix the definition of |PPB_AudioInput_Callback|. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/c/dev/ppb_audio_input_dev.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/resource_creation_proxy.cc
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc
index c1e38074f6cea1eb63a047afbafd273dcde59fee..d044745310e1715130ca86600c4461ec81f522bc 100644
--- a/ppapi/proxy/resource_creation_proxy.cc
+++ b/ppapi/proxy/resource_creation_proxy.cc
@@ -87,7 +87,7 @@ PP_Resource ResourceCreationProxy::CreateAudioTrusted(PP_Instance instance) {
PP_Resource ResourceCreationProxy::CreateAudioInput(
PP_Instance instance,
PP_Resource config_id,
- PPB_Audio_Callback audio_input_callback,
+ PPB_AudioInput_Callback audio_input_callback,
void* user_data) {
return PPB_AudioInput_Proxy::CreateProxyResource(instance, config_id,
audio_input_callback,
« no previous file with comments | « ppapi/c/dev/ppb_audio_input_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698