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..0ffc680274090790019237a898851c0e5009c907 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 renderer whether to show the overscroll glow. |
| + virtual void SetShowingOverscrollGlow(bool showing) = 0; |
|
sadrul
2016/12/06 20:29:23
Note that there's a WebContentsDelegate::CanOversc
asimjour1
2016/12/08 16:59:15
We can't disable the glow using WebContentsDelegat
|
| + |
| // 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 |