commit | d5cc7198356bdfa3945e7a61f964d8c9ac77070f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 16:53:16 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Mar 07 16:53:16 2012 |
tree | 61bb3b104e2ba6acaba0ddc062b5fa263a8ab697 | |
parent | d815b6b8043a7114cbb0bf97beba8778c08d7e6f [diff] [blame] |
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
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 @@ 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,