Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1781)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2020733002: Fix printing issue of list item with blank first line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698