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

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

Issue 1809643008: Adding or changing any of box-shadow, outline, or border-image-outset does not need a layout.. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 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: third_party/WebKit/Source/core/layout/LayoutTable.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
index f34d1286c0e8f7ed02481e5df702d6b0a89314a6..850d5f78626d16cf4aa37eefe7bd00423b48a70f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -401,6 +401,7 @@ public:
protected:
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
void simplifiedNormalFlowLayout() override;
+ bool recalcChildOverflowAfterStyleChange() override;
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override;

Powered by Google App Engine
This is Rietveld 408576698