diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:04:59 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 17:04:59 +0000 |
commit | 378752b3819f97d01c0fab9888b1a5f2285d46b6 (patch) | |
tree | 02293ded9afe8c13b4dad4550d9b0b801b9e72af /ppapi/api/ppb_gamepad.idl | |
parent | 3eeddd89ad3e8a95bf01bf68dca8925a5f818fdb (diff) | |
download | chromium_src-378752b3819f97d01c0fab9888b1a5f2285d46b6.zip chromium_src-378752b3819f97d01c0fab9888b1a5f2285d46b6.tar.gz chromium_src-378752b3819f97d01c0fab9888b1a5f2285d46b6.tar.bz2 |
Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader."
> Pepper: Autogenerate thunk for PPB_URL_Loader.
>
> This requires another annotation:
> "always_set_output_parameters"
>
> This annotation ensures that the thunk implementation will zero-out the value of all output parameters on failure.
>
> Tested:
> Built chrome and browser_tests.
>
> BUG=
>
> Review URL: https://codereview.chromium.org/14007010
TBR=teravest@chromium.org
Review URL: https://codereview.chromium.org/14195008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_gamepad.idl')
-rw-r--r-- | ppapi/api/ppb_gamepad.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl index 1552fd6..c3d0652 100644 --- a/ppapi/api/ppb_gamepad.idl +++ b/ppapi/api/ppb_gamepad.idl @@ -90,7 +90,6 @@ interface PPB_Gamepad { /** * Samples the current state of the available gamepads. */ - [always_set_output_parameters] void Sample( [in] PP_Instance instance, [out] PP_GamepadsSampleData data); |