From 1598e4a9f0fe3572b7f2bb9459c26ec208fcbf12 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 1 Jun 2011 02:12:55 +0000 Subject: Convert more interfaces to the new thunk system. This goes up to and including the ones starting with "F". Since this adds a lot more interfaces, I added the macro stuff we used for the old system to generate the various template specializations. This involded a lot of renaming since the As* needs to match the name (I was previously leaving off the "PPB_" part). I did other misc cleanup to the infrastructure. Review URL: http://codereview.chromium.org/7082036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87415 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/audio_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/shared_impl/audio_impl.h') diff --git a/ppapi/shared_impl/audio_impl.h b/ppapi/shared_impl/audio_impl.h index ba7c780..4916cd6 100644 --- a/ppapi/shared_impl/audio_impl.h +++ b/ppapi/shared_impl/audio_impl.h @@ -26,7 +26,7 @@ class AudioImpl : public ResourceObjectBase, virtual ~AudioImpl(); // ResourceObjectBase implementation. - virtual ::ppapi::thunk::PPB_Audio_API* AsAudio_API() OVERRIDE; + virtual ::ppapi::thunk::PPB_Audio_API* AsPPB_Audio_API() OVERRIDE; bool playing() const { return playing_; } -- cgit v1.1