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

Unified Diff: Source/platform/scroll/ScrollbarThemeClient.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: Clean up 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/scroll/ScrollbarThemeClient.h
diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h
index 5ebad944d75e2856e9c455f107ab46d6379f6e8a..b6af926cd0cb8c7cadcb77a2079ba231f9d54907 100644
--- a/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/Source/platform/scroll/ScrollbarThemeClient.h
@@ -86,6 +86,9 @@ public:
virtual bool isAlphaLocked() const = 0;
virtual void setIsAlphaLocked(bool) = 0;
+ virtual float elasticOverscroll() const = 0;
+ virtual void setElasticOverscroll(float) = 0;
+
protected:
virtual ~ScrollbarThemeClient() { }
};

Powered by Google App Engine
This is Rietveld 408576698