Chromium Code Reviews| Index: content/public/browser/render_widget_host_view.h |
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h |
| index f721d173f88b71979732ead32d5c4bb15bc8c494..b1209fa1a9353bc8d402c8572a4972680cd8e448 100644 |
| --- a/content/public/browser/render_widget_host_view.h |
| +++ b/content/public/browser/render_widget_host_view.h |
| @@ -64,6 +64,9 @@ class CONTENT_EXPORT RenderWidgetHostView { |
| // Retrieves the last known scroll position. |
| virtual gfx::Vector2dF GetLastScrollOffset() const = 0; |
| + // Tells the viewer whether the overscroll glow is showing. |
|
mthiesse
2016/11/24 16:45:07
nit: Maybe "Tells the renderer whether to show the
asimjour1
2016/11/24 16:55:56
Done.
|
| + virtual void SetShowingOverscrollGlow(bool showing) = 0; |
| + |
| // Coordinate points received from a renderer process need to be transformed |
| // to the top-level frame's coordinate space. For coordinates received from |
| // the top-level frame's renderer this is a no-op as they are already |