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

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

Issue 2851553002: Invalidate row/section for backgrounds when cell's geometry changes (Closed)
Patch Set: Fix non-spinvalidation Created 3 years, 8 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/LayoutTableCell.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
index d9e7a613e30d3f9331e6a649deca4c6f8bd775b1..b626fdeb64fcfe7a1be263192d61e9a9482ef9c7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -348,6 +348,11 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
const LayoutPoint& layer_offset,
const LayoutRect& container_rect) const override;
+ PaintInvalidationReason InvalidatePaint(
+ const PaintInvalidatorContext&) const override;
+ PaintInvalidationReason InvalidatePaint(
+ const PaintInvalidationState&) override;
+
private:
friend class LayoutTableCellTest;

Powered by Google App Engine
This is Rietveld 408576698