summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/EllipsisBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/EllipsisBox.h')
-rw-r--r--Source/WebCore/rendering/EllipsisBox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/EllipsisBox.h b/Source/WebCore/rendering/EllipsisBox.h
index 699767847..7c60b18bd 100644
--- a/Source/WebCore/rendering/EllipsisBox.h
+++ b/Source/WebCore/rendering/EllipsisBox.h
@@ -27,7 +27,7 @@ namespace WebCore {
class HitTestRequest;
class HitTestResult;
-class EllipsisBox : public InlineBox {
+class EllipsisBox FINAL : public InlineBox {
public:
EllipsisBox(RenderObject* obj, const AtomicString& ellipsisStr, InlineFlowBox* parent,
int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
@@ -49,6 +49,7 @@ private:
virtual int height() const { return m_height; }
virtual RenderObject::SelectionState selectionState() { return m_selectionState; }
void paintSelection(GraphicsContext*, const LayoutPoint&, RenderStyle*, const Font&);
+ InlineBox* markupBox() const;
bool m_shouldPaintMarkupBox;
int m_height;