| 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 6f31db2be8133f51a19ade2a959c49aea47cff19..5ee96513e4ea27cc882a693d041bb1f64c0ce72a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -146,7 +146,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| const blink::WebMouseWheelEvent& wheel_event) OVERRIDE;
|
| virtual void ForwardKeyboardEvent(
|
| const NativeWebKeyboardEvent& key_event) OVERRIDE;
|
| - virtual const gfx::Vector2d& GetLastScrollOffset() const OVERRIDE;
|
| virtual RenderProcessHost* GetProcess() const OVERRIDE;
|
| virtual int GetRoutingID() const OVERRIDE;
|
| virtual RenderWidgetHostView* GetView() const OVERRIDE;
|
| @@ -811,9 +810,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // changed.
|
| bool suppress_next_char_events_;
|
|
|
| - // The last scroll offset of the render widget.
|
| - gfx::Vector2d last_scroll_offset_;
|
| -
|
| bool pending_mouse_lock_request_;
|
| bool allow_privileged_mouse_lock_;
|
|
|
|
|