| Index: third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| index 6c38a33ab9586c2371273d1275c07fd733e156c6..d3cbeae986a7b5c7d73789e37623f8739632f880 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
|
| @@ -157,7 +157,7 @@ void LayoutListMarker::layout()
|
| clearNeedsLayout();
|
| }
|
|
|
| -void LayoutListMarker::imageChanged(WrappedImagePtr o, const IntRect*)
|
| +void LayoutListMarker::imageChanged(bool, WrappedImagePtr o, const IntRect*)
|
| {
|
| // A list marker can't have a background or border image, so no need to call the base class method.
|
| if (o != m_image->data())
|
|
|