From 4697f72f5bdb2ead8aa9051b47fb0fade5acd1f5 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 1 Jun 2011 05:51:27 +0000 Subject: Revert 87415 - 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 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/7006022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87438 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_cursor_control_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/proxy/ppb_cursor_control_proxy.h') diff --git a/ppapi/proxy/ppb_cursor_control_proxy.h b/ppapi/proxy/ppb_cursor_control_proxy.h index 8657dc9..234f6cd 100644 --- a/ppapi/proxy/ppb_cursor_control_proxy.h +++ b/ppapi/proxy/ppb_cursor_control_proxy.h @@ -31,7 +31,7 @@ class PPB_CursorControl_Proxy static const Info* GetInfo(); // FunctionGroupBase overrides. - ppapi::thunk::PPB_CursorControl_FunctionAPI* AsPPB_CursorControl_FunctionAPI() + ppapi::thunk::PPB_CursorControl_FunctionAPI* AsCursorControl_FunctionAPI() OVERRIDE; // PPB_CursorControl_FunctionAPI implementation. -- cgit v1.1