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

Unified Diff: Source/platform/exported/WebScrollbarImpl.h

Issue 819953002: Mac: Update scrollbar size and input position during impl-overscroll (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Peure virtual Created 6 years 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/core/frame/FrameView.cpp ('k') | Source/platform/exported/WebScrollbarImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebScrollbarImpl.h
diff --git a/Source/platform/exported/WebScrollbarImpl.h b/Source/platform/exported/WebScrollbarImpl.h
index e365f0bdf6788d7e9eae947f53634c57e98e39e2..7c865107c78e09929a0082036c9bd82c5334245e 100644
--- a/Source/platform/exported/WebScrollbarImpl.h
+++ b/Source/platform/exported/WebScrollbarImpl.h
@@ -58,6 +58,8 @@ public:
virtual bool isLeftSideVerticalScrollbar() const override;
virtual bool isAlphaLocked() const override;
virtual void setIsAlphaLocked(bool) override;
+ virtual float elasticOverscroll() const override;
+ virtual void setElasticOverscroll(float) override;
private:
explicit WebScrollbarImpl(Scrollbar*);
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/platform/exported/WebScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698