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

Unified Diff: ppapi/thunk/ppb_audio_input_trusted_thunk.cc

Issue 10168026: Delete FunctionGroupBase from Pepper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/thunk/ppb_audio_config_thunk.cc ('k') | ppapi/thunk/ppb_audio_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_audio_input_trusted_thunk.cc
diff --git a/ppapi/thunk/ppb_audio_input_trusted_thunk.cc b/ppapi/thunk/ppb_audio_input_trusted_thunk.cc
index b17e1bde18b6dacbc2d1021d684109c1bd233a65..f1f1ef9439a71ab8f3232d60416b12043fa40720 100644
--- a/ppapi/thunk/ppb_audio_input_trusted_thunk.cc
+++ b/ppapi/thunk/ppb_audio_input_trusted_thunk.cc
@@ -17,7 +17,7 @@ namespace {
typedef EnterResource<PPB_AudioInput_API> EnterAudioInput;
PP_Resource Create(PP_Instance instance_id) {
- EnterFunction<ResourceCreationAPI> enter(instance_id, true);
+ EnterResourceCreation enter(instance_id);
if (enter.failed())
return 0;
return enter.functions()->CreateAudioInput(instance_id);
« no previous file with comments | « ppapi/thunk/ppb_audio_config_thunk.cc ('k') | ppapi/thunk/ppb_audio_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698