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

Unified Diff: ppapi/proxy/gamepad_resource.h

Issue 12568010: Cleanup: Make gamepad API consistent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out unused parameters. Created 7 years, 9 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 | « no previous file | ppapi/proxy/gamepad_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/gamepad_resource.h
diff --git a/ppapi/proxy/gamepad_resource.h b/ppapi/proxy/gamepad_resource.h
index f2ff413b5086871fba7638e8eb6d9a5ac9736bbc..017f99a8e49ea91db277acc075d95fa1614833a9 100644
--- a/ppapi/proxy/gamepad_resource.h
+++ b/ppapi/proxy/gamepad_resource.h
@@ -39,7 +39,8 @@ class PPAPI_PROXY_EXPORT GamepadResource
virtual thunk::PPB_Gamepad_API* AsPPB_Gamepad_API() OVERRIDE;
// PPB_Gamepad_API.
- virtual void Sample(PP_GamepadsSampleData* data) OVERRIDE;
+ virtual void Sample(PP_Instance instance,
+ PP_GamepadsSampleData* data) OVERRIDE;
private:
void OnPluginMsgSendMemory(const ResourceMessageReplyParams& params);
« no previous file with comments | « no previous file | ppapi/proxy/gamepad_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698