| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
|
| index be28778cad121df70810a08cca18aa1e91e1bdc9..40c45faa64e86679887bba0f6e99145d0efbe8fd 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
|
| @@ -40,6 +40,8 @@ namespace blink {
|
| class PLATFORM_EXPORT ScrollbarThemeMacOverlayAPI : public ScrollbarThemeMacCommon {
|
| public:
|
| bool shouldRepaintAllPartsOnInvalidation() const override { return false; }
|
| + ScrollbarPart invalidateOnThumbPositionChange(
|
| + const ScrollbarThemeClient&, float oldPosition, float newPosition) const override;
|
| void updateEnabledState(const ScrollbarThemeClient&) override;
|
| int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) override;
|
| bool usesOverlayScrollbars() const override;
|
|
|