Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: trunk/src/ppapi/thunk/ppb_gamepad_thunk.cc

Issue 14195008: Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/ppapi/proxy/ppb_url_loader_proxy.cc ('k') | trunk/src/ppapi/thunk/ppb_url_loader_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ppapi/thunk/ppb_gamepad_thunk.cc
===================================================================
--- trunk/src/ppapi/thunk/ppb_gamepad_thunk.cc (revision 194616)
+++ trunk/src/ppapi/thunk/ppb_gamepad_thunk.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// From ppb_gamepad.idl modified Wed Apr 17 10:03:38 2013.
+// From ppb_gamepad.idl modified Mon Apr 1 08:24:03 2013.
#include <string.h>
@@ -27,7 +27,7 @@
enter.functions()->Sample(instance, data);
return;
}
- memset(data, 0, sizeof(data));
+ memset(data, 0, sizeof(struct PP_GamepadsSampleData));
}
const PPB_Gamepad_1_0 g_ppb_gamepad_thunk_1_0 = {
« no previous file with comments | « trunk/src/ppapi/proxy/ppb_url_loader_proxy.cc ('k') | trunk/src/ppapi/thunk/ppb_url_loader_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698