diff options
Diffstat (limited to 'chrome/renderer/render_widget.h')
-rw-r--r-- | chrome/renderer/render_widget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/render_widget.h b/chrome/renderer/render_widget.h index 33d0205..71a065e 100644 --- a/chrome/renderer/render_widget.h +++ b/chrome/renderer/render_widget.h @@ -219,6 +219,10 @@ class RenderWidget : public IPC::Channel::Listener, gfx::Rect* location, gfx::Rect* clip); + // Gets the scroll offset of this widget, if this widget has a notion of + // scroll offset. + virtual gfx::Size GetScrollOffset(); + // Sets the "hidden" state of this widget. All accesses to is_hidden_ should // use this method so that we can properly inform the RenderThread of our // state. |