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 d540fa1dba0abb4facc64840d0e0c1c38a6ee26c..ed8960dfa06f3b1761cff9000b1aed8b9470c8f3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp |
@@ -156,7 +156,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()) |