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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.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/platform/graphics/paint/PaintController.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
index 7ca17e5c02fc9f6a65463c5193eebd944ffaf79a..d2c5c3808c77c2a4a6b4324fe07145943463e63c 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
@@ -773,7 +773,7 @@ void PaintController::TrackRasterInvalidation(const DisplayItemClient& client,
// The client should be either in new list or in old list.
DCHECK(it !=
raster_invalidation_tracking_info_->old_client_debug_names.end());
- info.reason = kPaintInvalidationLayoutObjectRemoval;
+ info.reason = PaintInvalidationReason::kDisappeared;
} else {
info.reason = client.GetPaintInvalidationReason();
}

Powered by Google App Engine
This is Rietveld 408576698