| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 846391e13bdafba682e79ced16f7c1f9296222c0..868a13863735d382b69aea85cda72402b46a10bf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1293,6 +1293,7 @@ public:
|
|
|
| // Collects rectangles enclosing visual overflows of the DOM subtree under this object.
|
| // The rects also cover continuations which may be not in the layout subtree of this object.
|
| + // TODO(crbug.com/614781): Currently the result rects don't cover list markers and outlines.
|
| void addElementVisualOverflowRects(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset) const
|
| {
|
| addOutlineRects(rects, additionalOffset, IncludeBlockVisualOverflow);
|
|
|