Index: Source/core/layout/LayoutInline.h |
diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h |
index 3193e884662bf7f525567a3a755f191542531b9f..b24cdeab6d9ee413ecc36f0921e2ecc7f04e1797 100644 |
--- a/Source/core/layout/LayoutInline.h |
+++ b/Source/core/layout/LayoutInline.h |
@@ -87,6 +87,10 @@ public: |
LayoutSize offsetForInFlowPositionedInline(const LayoutBox& child) const; |
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const final; |
+ // The following methods are called from the container if it has already added outline rects for line boxes |
+ // and/or children of this LayoutInline. |
+ void addOutlineRectsForChildrenAndContinuations(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const; |
+ void addOutlineRectsForContinuations(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const; |
using LayoutBoxModelObject::continuation; |
using LayoutBoxModelObject::setContinuation; |