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

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

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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 2c0f062b54112ddf348da7fe7c09bd7e43c6ae79..c0c476ed5968397ff222f82b0a9ae977eeb82fc6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -402,8 +402,9 @@ protected:
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
void simplifiedNormalFlowLayout() override;
bool recalcChildOverflowAfterStyleChange() override;
+ void ensureIsReadyForPaintInvalidation() override;
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
- void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override;
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override;
private:
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectTable || LayoutBlock::isOfType(type); }
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698