summaryrefslogtreecommitdiffstats
path: root/WebCore/mathml/RenderMathMLUnderOver.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/mathml/RenderMathMLUnderOver.h')
-rw-r--r--WebCore/mathml/RenderMathMLUnderOver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/mathml/RenderMathMLUnderOver.h b/WebCore/mathml/RenderMathMLUnderOver.h
index 5917126..88edea8 100644
--- a/WebCore/mathml/RenderMathMLUnderOver.h
+++ b/WebCore/mathml/RenderMathMLUnderOver.h
@@ -40,7 +40,7 @@ public:
virtual void layout();
virtual bool hasBase() const { return true; }
virtual int nonOperatorHeight() const;
- virtual int baselinePosition(bool , bool) const;
+ virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
virtual void stretchToHeight(int pixelHeight);
private:
enum UnderOverType { Under, Over, UnderOver };