summaryrefslogtreecommitdiffstats
path: root/WebCore/mathml/RenderMathMLOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/mathml/RenderMathMLOperator.h')
-rw-r--r--WebCore/mathml/RenderMathMLOperator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/mathml/RenderMathMLOperator.h b/WebCore/mathml/RenderMathMLOperator.h
index 7091b34..6501494 100644
--- a/WebCore/mathml/RenderMathMLOperator.h
+++ b/WebCore/mathml/RenderMathMLOperator.h
@@ -41,7 +41,7 @@ public:
virtual void stretchToHeight(int pixelHeight);
virtual void updateFromElement();
virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
- virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
+ virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
protected:
virtual void layout();