| 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 8e032c35361cf0478df38644ec914f9f9f7ebe4a..8e486c37e7c17a839cc0a9afe1f29c735abe4c4c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1299,6 +1299,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);
|
|
|