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

Unified Diff: content/renderer/render_widget.h

Issue 1102743002: OverscrollGlow for mainThread-{CHROMIUM CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed review comments Created 5 years, 6 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
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 5b82c409ae3eb055ef1b60eb7e1ad4db03821a75..fb12732898ae7cee5ddadf301723bcdc71b45c3d 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -191,6 +191,11 @@ class CONTENT_EXPORT RenderWidget
virtual void didHandleGestureEvent(const blink::WebGestureEvent& event,
bool event_cancelled);
virtual void showImeIfNeeded();
+ virtual void didOverscroll(
jdduke (slow) 2015/06/08 14:52:56 Nit: This should be in the same order as the decla
+ const blink::WebFloatSize& unusedDelta,
+ const blink::WebFloatSize& accumulatedRootOverScroll,
+ const blink::WebFloatPoint& position,
+ const blink::WebFloatSize& velocity);
#if defined(OS_ANDROID)
// Notifies that a tap was not consumed, so showing a UI for the unhandled
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698