Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
=================================================================== |
--- content/renderer/pepper/pepper_plugin_instance_impl.h (revision 215718) |
+++ content/renderer/pepper/pepper_plugin_instance_impl.h (working copy) |
@@ -536,14 +536,13 @@ |
class GamepadImpl : public ::ppapi::thunk::PPB_Gamepad_API, |
public ::ppapi::Resource { |
public: |
- explicit GamepadImpl(PepperHelperImpl* helper); |
+ GamepadImpl(); |
// Resource implementation. |
virtual ::ppapi::thunk::PPB_Gamepad_API* AsPPB_Gamepad_API() OVERRIDE; |
virtual void Sample(PP_Instance instance, |
PP_GamepadsSampleData* data) OVERRIDE; |
private: |
virtual ~GamepadImpl(); |
- PepperHelperImpl* helper_; |
}; |
// See the static Create functions above for creating PepperPluginInstanceImpl |