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

Unified Diff: Source/core/layout/LayoutCounter.cpp

Issue 1025213002: Begin tracking why layout is invalidated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/core/layout/LayoutCounter.cpp
diff --git a/Source/core/layout/LayoutCounter.cpp b/Source/core/layout/LayoutCounter.cpp
index 61866ba0db16af010f1ceffadda5ad0855a45634..22ca0723763695cb74aa63a2aa402f19d35d6dbe 100644
--- a/Source/core/layout/LayoutCounter.cpp
+++ b/Source/core/layout/LayoutCounter.cpp
@@ -419,7 +419,7 @@ void LayoutCounter::invalidate()
ASSERT(!m_counterNode);
if (documentBeingDestroyed())
return;
- setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
+ setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
esprehn 2015/03/23 20:19:44 this is from counters changing, you need another t
}
static void destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier, CounterNode* node)

Powered by Google App Engine
This is Rietveld 408576698