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

Unified Diff: Source/platform/exported/WebScrollbarThemeClientImpl.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
Index: Source/platform/exported/WebScrollbarThemeClientImpl.h
diff --git a/Source/platform/exported/WebScrollbarThemeClientImpl.h b/Source/platform/exported/WebScrollbarThemeClientImpl.h
index cbe6571b13f9695e48a543293fe351f076944d30..62dd0e290e043f2d062c4f18f564f40295b14d37 100644
--- a/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -76,6 +76,8 @@ public:
virtual bool isOverlayScrollbar() const override;
virtual bool isAlphaLocked() const override;
virtual void setIsAlphaLocked(bool) override;
+ virtual float elasticOverscroll() const override;
+ virtual void setElasticOverscroll(float) override;
private:
WebScrollbar* m_scrollbar;
« no previous file with comments | « Source/platform/exported/WebScrollbarImpl.cpp ('k') | Source/platform/exported/WebScrollbarThemeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698