summaryrefslogtreecommitdiffstats
path: root/WebCore/mathml/RenderMathMLFraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/mathml/RenderMathMLFraction.h')
-rw-r--r--WebCore/mathml/RenderMathMLFraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/mathml/RenderMathMLFraction.h b/WebCore/mathml/RenderMathMLFraction.h
index c8c1cb8..d0f3fe0 100644
--- a/WebCore/mathml/RenderMathMLFraction.h
+++ b/WebCore/mathml/RenderMathMLFraction.h
@@ -38,7 +38,7 @@ public:
RenderMathMLFraction(Element* fraction);
virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
virtual void updateFromElement();
- virtual int baselinePosition(bool , bool) const;
+ virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
virtual void paint(PaintInfo&, int tx, int ty);
protected:
virtual void layout();