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

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

Issue 977663002: Mac: Delete now-dead elastic overscroll code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « Source/config.h ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index aefb5947dda7b7aa69b9edc2f81c37b375686acf..73d4f16abe063a277e2dc7b97a9046b5aa81d29c 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -164,15 +164,12 @@ public:
void setInputEventsTransformForEmulation(const IntSize&, float);
virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant) override;
- virtual bool isRubberBandInProgress() const override;
- virtual bool rubberBandingOnCompositorThread() const override;
void setScrollPositionNonProgrammatically(const IntPoint&);
FloatSize elasticOverscroll() const { return m_elasticOverscroll; }
void setElasticOverscroll(const FloatSize&);
- // This is different than visibleContentRect() in that it ignores negative (or overly positive)
- // offsets from rubber-banding, and it takes zooming into account.
+ // This is different than visibleContentRect() in that it takes zooming into account.
LayoutRect viewportConstrainedVisibleContentRect() const;
void viewportConstrainedVisibleContentSizeChanged(bool widthChanged, bool heightChanged);
« no previous file with comments | « Source/config.h ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698