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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPainter.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/BoxPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
index 06016f14727821750f5ba9e6d14f0c6ebfa0ba5e..2cb40b821f9d73c3c99a47e0ccc1c020f56e5ebf 100644
--- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
@@ -118,7 +118,7 @@ void BoxPainter::PaintBoxDecorationBackgroundWithRect(
// LayoutObjectDrawingRecorder but we have to use DrawingRecorder as we
// may use the scrolling contents layer as DisplayItemClient below.
|| layout_box_.FullPaintInvalidationReason() ==
- kPaintInvalidationDelayedFull) {
+ PaintInvalidationReason::kDelayedFull) {
cache_skipper.emplace(paint_info.context);
}

Powered by Google App Engine
This is Rietveld 408576698