| 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 ce0f09d630bfb4455890eb1464df6e6eed107812..6b50bbf6f7d904f27e16df70e571de951315b861 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;
|
|
|
|
|