From d5cc7198356bdfa3945e7a61f964d8c9ac77070f Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Wed, 7 Mar 2012 16:53:16 +0000 Subject: Rename NaCl/pepper gamepad interface from _dev to stable Following API review, and revisions here: https://chromiumcodereview.appspot.com/9405033/. This change is just the mechanical renames and bump of version number to 1.0. BUG=112879, 115119 Review URL: http://codereview.chromium.org/9566022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125399 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_instance_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/proxy/ppb_instance_proxy.h') diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h index 60661f7..edb6a95 100644 --- a/ppapi/proxy/ppb_instance_proxy.h +++ b/ppapi/proxy/ppb_instance_proxy.h @@ -73,7 +73,7 @@ class PPB_Instance_Proxy : public InterfaceProxy, virtual PP_Bool FlashGetScreenSize(PP_Instance instance, PP_Size* size) OVERRIDE; virtual void SampleGamepads(PP_Instance instance, - PP_GamepadsSampleData_Dev* data) OVERRIDE; + PP_GamepadsSampleData* data) OVERRIDE; virtual int32_t RequestInputEvents(PP_Instance instance, uint32_t event_classes) OVERRIDE; virtual int32_t RequestFilteringInputEvents(PP_Instance instance, -- cgit v1.1