summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderListBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderListBox.h')
-rw-r--r--WebCore/rendering/RenderListBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderListBox.h b/WebCore/rendering/RenderListBox.h
index c69f205..072fc91 100644
--- a/WebCore/rendering/RenderListBox.h
+++ b/WebCore/rendering/RenderListBox.h
@@ -71,7 +71,7 @@ private:
virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
virtual void computePreferredLogicalWidths();
- virtual int baselinePosition(bool firstLine, bool isRootLineBox) const;
+ virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
virtual void computeLogicalHeight();
virtual void layout();