Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
index 2e7841383b43819ba2598ffc1313eeec5c811082..9c219521a07f5a343d3e0276e140da68b4dacd9b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
@@ -78,7 +78,7 @@ private: |
void layout() override; |
- void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |
+ void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) override; |
InlineBox* createInlineBox() override; |