From b082d58a1be56142aba3b0fcee84e9de9cac2758 Mon Sep 17 00:00:00 2001 From: "teravest@chromium.org" Date: Thu, 18 Apr 2013 14:02:00 +0000 Subject: 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= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194613 Review URL: https://codereview.chromium.org/14007010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194915 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/api/ppb_gamepad.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'ppapi/api/ppb_gamepad.idl') diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl index c3d0652..1552fd6 100644 --- a/ppapi/api/ppb_gamepad.idl +++ b/ppapi/api/ppb_gamepad.idl @@ -90,6 +90,7 @@ 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); -- cgit v1.1