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

Unified Diff: Source/core/frame/LocalFrame.h

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added function for comparison Created 5 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: Source/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index f334da6ef75643d6e1b37948b1309fa6c0debd3e..149bf5bcd846183470b9a6e7ace6fde2e238fe99 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -164,7 +164,7 @@ namespace blink {
// FIXME: once scroll customization is enabled everywhere
// (crbug.com/416862), this should take a ScrollState object.
- bool applyScrollDelta(const FloatSize& delta, bool isScrollBegin);
+ ScrollResult applyScrollDelta(const FloatSize& delta, bool isScrollBegin);
bool shouldScrollTopControls(const FloatSize& delta) const;
#if ENABLE(OILPAN)

Powered by Google App Engine
This is Rietveld 408576698