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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
index db9585482d1b726949726e56f2afbc3b7ec43e20..cf560688e8f6fb570d648f770339fcf0a77e5a1f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
@@ -1343,7 +1343,7 @@ void LayoutTableCell::CollectCollapsedBorderValues(
if (collapsed_borders_visually_changed_) {
ObjectPaintInvalidator(*Table())
.SlowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(
- *this, kPaintInvalidationStyleChange);
+ *this, PaintInvalidationReason::kStyle);
collapsed_borders_visually_changed_ = false;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698