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

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

Issue 2011863005: Fix printing issue of list item with blank first line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: virtual/threaded/printing/list-item-with-empty-first-line.html 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 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);

Powered by Google App Engine
This is Rietveld 408576698