| Index: Source/core/rendering/svg/SVGRootInlineBox.h
|
| ===================================================================
|
| --- Source/core/rendering/svg/SVGRootInlineBox.h (revision 152061)
|
| +++ Source/core/rendering/svg/SVGRootInlineBox.h (working copy)
|
| @@ -47,6 +47,8 @@
|
|
|
| virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE FINAL;
|
|
|
| + virtual void markDirty(bool dirty = true) OVERRIDE FINAL;
|
| +
|
| void computePerCharacterLayoutInformation();
|
|
|
| InlineBox* closestLeafChildForPosition(const LayoutPoint&);
|
|
|