summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderListMarker.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderListMarker.h')
-rw-r--r--WebCore/rendering/RenderListMarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderListMarker.h b/WebCore/rendering/RenderListMarker.h
index fe025c3..d23e674 100644
--- a/WebCore/rendering/RenderListMarker.h
+++ b/WebCore/rendering/RenderListMarker.h
@@ -59,7 +59,7 @@ private:
virtual InlineBox* createInlineBox();
virtual int lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
- virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
+ virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
bool isImage() const;
bool isText() const { return !isImage(); }