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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/mathml/RenderMathMLOperator.h b/WebCore/mathml/RenderMathMLOperator.h
index 99c5246..7091b34 100644
--- a/WebCore/mathml/RenderMathMLOperator.h
+++ b/WebCore/mathml/RenderMathMLOperator.h
@@ -41,8 +41,8 @@ public:
virtual void stretchToHeight(int pixelHeight);
virtual void updateFromElement();
virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
- virtual int baselinePosition(bool , bool) const;
-
+ virtual int baselinePosition(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
+
protected:
virtual void layout();
virtual RefPtr<RenderStyle> createStackableStyle(int size, int topRelative);
@@ -51,7 +51,6 @@ protected:
private:
int m_stretchHeight;
bool m_isStacked;
- bool m_isCentered;
UChar m_operator;
};