| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 3c2ead0dbbb75a064e3dc0ad598c21e4e78bb150..b2dc052be2d35ceaa0a8f6d0d93e3d07cee2dcf1 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -831,12 +831,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // renderer process before clearing any previously displayed content.
|
| base::TimeDelta new_content_rendering_delay_;
|
|
|
| - // Timer used to batch together mouse wheel events for the delegate
|
| - // OnUserInteraction method. A wheel event is only dispatched when a wheel
|
| - // event has not been seen for kMouseWheelCoalesceInterval seconds prior.
|
| - // TODO(dominickn): remove this when GestureScrollBegin has landed.
|
| - scoped_ptr<base::ElapsedTimer> mouse_wheel_coalesce_timer_;
|
| -
|
| base::WeakPtrFactory<RenderWidgetHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostImpl);
|
|
|