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

Unified Diff: third_party/WebKit/Source/core/paint/TablePaintInvalidator.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/paint/TablePaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.cpp
index 201ccea1993bc93e8a7f56ab1bbca821cde6a200..52a7dfa3e6a7adb418afc8fbe7a4ad84fe9c7a65 100644
--- a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.cpp
@@ -48,7 +48,7 @@ PaintInvalidationReason TablePaintInvalidator::InvalidatePaint() {
section->EnsureIsReadyForPaintInvalidation();
ObjectPaintInvalidator(*section)
.SlowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(
- *section, kPaintInvalidationStyleChange);
+ *section, PaintInvalidationReason::kStyle);
}
}

Powered by Google App Engine
This is Rietveld 408576698