Index: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
index 3d06335284ac915710ae48e93c4d1f94373d01d4..b1e5e4da64a0fc00af8f00631fdfe68540ddf52c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
@@ -80,7 +80,7 @@ public: |
protected: |
void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override; |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
- void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |
+ void imageChanged(bool isNotifyingFinish, WrappedImagePtr, const IntRect* = nullptr) override; |
private: |
LayoutScrollbarPart(LayoutScrollbar*, ScrollbarPart); |