Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2008)

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index 1da6b8b6b82ca5ef80d46a593364495e83ad593e..0215135393bd8635d92b190c59f1bfddef756f19 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -180,6 +180,9 @@ class CONTENT_EXPORT RenderWidgetCompositor
// thread scrolling.
virtual void setBottomControlsHeight(float height);
+ void SetScrollBoundaryBehavior(
+ blink::WebScrollBoundaryBehavior) const override;
+
// cc::LayerTreeHostClient implementation.
void WillBeginMainFrame() override;
void DidBeginMainFrame() override;

Powered by Google App Engine
This is Rietveld 408576698