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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.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/PaintPropertyTreeBuilder.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
index 206782a6454c44ec37bdf59615489fea93970959..9c847bc143c263ceaa0d0a965678a87d85bb9ef4 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
@@ -1146,7 +1146,7 @@ void PaintPropertyTreeBuilder::UpdateForObjectLocationAndSize(
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
object.GetMutableForPainting().SetShouldDoFullPaintInvalidation(
- kPaintInvalidationLocationChange);
+ PaintInvalidationReason::kGeometry);
}
object.GetMutableForPainting().SetPaintOffset(context.current.paint_offset);
}

Powered by Google App Engine
This is Rietveld 408576698