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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tests !!! 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/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index e7578c6dbd3a526feb2e8d4e0b9308246525bf33..c3e96e7abcd785e6681f946fff1ae0b6f0f570d0 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -3271,7 +3271,7 @@ bool FrameView::scroll(ScrollDirection direction, ScrollGranularity granularity)
ScrollDirection physicalDirection =
toPhysicalDirection(direction, isVerticalDocument(), isFlippedDocument());
- return ScrollableArea::scroll(physicalDirection, granularity);
+ return ScrollableArea::scroll(physicalDirection, granularity).didScroll;
}
void FrameView::windowResizerRectChanged()

Powered by Google App Engine
This is Rietveld 408576698