| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| index f08f8b61bc80afc31f03f7951d0db1c7e3b29253..90a33fe1f7a5c8329705c444f6b22f408c56d082 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -91,6 +91,11 @@ public:
|
| virtual float elasticOverscroll() const = 0;
|
| virtual void setElasticOverscroll(float) = 0;
|
|
|
| + virtual bool needsPaintTrack() const = 0;
|
| + virtual void setNeedsPaintTrack(bool) = 0;
|
| + virtual bool needsPaintThumb() const = 0;
|
| + virtual void setNeedsPaintThumb(bool) = 0;
|
| +
|
| virtual DisplayItemClient displayItemClient() const = 0;
|
| virtual String debugName() const = 0;
|
|
|
|
|