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

Unified Diff: third_party/WebKit/Source/core/paint/BUILD.gn

Issue 2851553002: Invalidate row/section for backgrounds when cell's geometry changes (Closed)
Patch Set: 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/paint/BUILD.gn
diff --git a/third_party/WebKit/Source/core/paint/BUILD.gn b/third_party/WebKit/Source/core/paint/BUILD.gn
index 29258112a2019604303aa498fabcb70bb1feca9e..c5dad31548108ee663734d4c1a19ef8cb5e3adc4 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -172,6 +172,8 @@ blink_core_sources("paint") {
"ScrollbarManager.h",
"ScrollbarPainter.cpp",
"ScrollbarPainter.h",
+ "TableCellPaintInvalidator.cpp",
+ "TableCellPaintInvalidator.h",
"TableCellPainter.cpp",
"TableCellPainter.h",
"TablePaintInvalidator.cpp",

Powered by Google App Engine
This is Rietveld 408576698