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

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

Issue 2615203002: Remove multicol special-cases from invalidation and the pre-paint tree walk (Closed)
Patch Set: Cleanup comment Created 3 years, 11 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 2f529857d1578833956c90f49f3161ebce026cac..d73574cebda9bf51122448558dc54b08c3ad4810 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -2067,11 +2067,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
static bool isAllowedToModifyLayoutTreeStructure(Document&);
- // Returns the parent for paint invalidation.
- // - For LayoutView, returns the owner layout object in the containing frame
- // if any or nullptr;
- // - For multi-column spanner, returns the spanner placeholder;
- // - Otherwise returns parent().
+ // Returns the parent for paint invalidation. For LayoutView, returns the
+ // owner layout object in the containing frame if any, or nullptr.
inline LayoutObject* paintInvalidationParent() const;
LayoutObject* slowPaintInvalidationParentForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698