| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index 0aa28fa4f5141ded6fa2e1f6b52e1969800cb2c6..cfb5131239ba091a042b18c0573b835fa4b639dd 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -107,7 +107,7 @@ public:
|
| void setProportion(int visibleSize, int totalSize);
|
| void setPressedPos(int p) { m_pressedPos = p; }
|
|
|
| - void paint(GraphicsContext*, const IntRect& damageRect) const final;
|
| + void paint(GraphicsContext*, const CullRect&) const final;
|
|
|
| bool isOverlayScrollbar() const override;
|
| bool shouldParticipateInHitTesting();
|
|
|