Index: ppapi/proxy/gamepad_resource.h |
diff --git a/ppapi/proxy/gamepad_resource.h b/ppapi/proxy/gamepad_resource.h |
index 1eaa547fc125eb1f8290525323401713d1f28dac..f2ff413b5086871fba7638e8eb6d9a5ac9736bbc 100644 |
--- a/ppapi/proxy/gamepad_resource.h |
+++ b/ppapi/proxy/gamepad_resource.h |
@@ -35,6 +35,9 @@ class PPAPI_PROXY_EXPORT GamepadResource |
GamepadResource(Connection connection, PP_Instance instance); |
virtual ~GamepadResource(); |
+ // Resource implementation. |
+ virtual thunk::PPB_Gamepad_API* AsPPB_Gamepad_API() OVERRIDE; |
+ |
// PPB_Gamepad_API. |
virtual void Sample(PP_GamepadsSampleData* data) OVERRIDE; |