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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp

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/LayoutMultiColumnSpannerPlaceholder.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
index cd055b618c7f4ded53f71d92cc1a3430503c8276..4ea37764cefc7d6fe9e92c633cbea3db757dbd83 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
@@ -141,13 +141,6 @@ void LayoutMultiColumnSpannerPlaceholder::computeLogicalHeight(
computedValues.m_margins.m_after = marginAfter();
}
-void LayoutMultiColumnSpannerPlaceholder::invalidatePaintOfSubtreesIfNeeded(
- const PaintInvalidationState& childPaintInvalidationState) {
- m_layoutObjectInFlowThread->invalidateTreeIfNeeded(
- childPaintInvalidationState);
- LayoutBox::invalidatePaintOfSubtreesIfNeeded(childPaintInvalidationState);
-}
-
void LayoutMultiColumnSpannerPlaceholder::paint(
const PaintInfo& paintInfo,
const LayoutPoint& paintOffset) const {

Powered by Google App Engine
This is Rietveld 408576698