| 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() { }
|
| };
|
|
|