| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 6db9eaf393addac317d27f9dd6601ed3da06e995..ae0b63d93261fd8847313afff59a6fb0375f4b4c 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -201,7 +201,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| virtual void ForwardKeyboardEvent(
|
| const NativeWebKeyboardEvent& key_event) = 0;
|
|
|
| - virtual const gfx::Point& GetLastScrollOffset() const = 0;
|
| + virtual const gfx::Vector2d& GetLastScrollOffset() const = 0;
|
|
|
| virtual RenderProcessHost* GetProcess() const = 0;
|
|
|
|
|