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

Unified Diff: third_party/WebKit/Source/core/paint/ViewPaintInvalidator.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/ViewPaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
index f16c589a8c6112805048ae1e228872c8a7e3ceef..6dc52729af1a271a686b77437141582ca54998b7 100644
--- a/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/ViewPaintInvalidator.cpp
@@ -43,7 +43,7 @@ void ViewPaintInvalidator::InvalidateBackgroundIfNeeded() {
LayoutBox::MustInvalidateFillLayersPaintOnHeightChange(
background_layers))) {
view_.GetMutableForPainting().SetShouldDoFullPaintInvalidation(
- kPaintInvalidationViewBackground);
+ PaintInvalidationReason::kBackground);
}
}

Powered by Google App Engine
This is Rietveld 408576698