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

Unified Diff: Source/core/frame/FrameView.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/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 8032d28a13f7154b70a64ce425bcb231ab67306b..5c4251269dc8ca8c079a386150f9bfe79bfa36e4 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -358,7 +358,7 @@ public:
virtual bool isScrollCornerVisible() const override;
virtual bool userInputScrollable(ScrollbarOrientation) const override;
virtual bool shouldPlaceVerticalScrollbarOnLeft() const override;
- virtual bool scroll(ScrollDirection, ScrollGranularity, float delta = 1) override;
+ virtual ScrollResultOneDimensional scroll(ScrollDirection, ScrollGranularity, float delta = 1) override;
virtual LayoutRect scrollIntoView(
const LayoutRect& rectInContent,
const ScrollAlignment& alignX,

Powered by Google App Engine
This is Rietveld 408576698