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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h

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/RasterInvalidationTracking.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h b/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
index aeb1d1235a7290d5b15a43f06c9e2dc8734fb353..445af4f2b38faf9114de5419f44cc751f2e77720 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h
@@ -26,7 +26,7 @@ struct RasterInvalidationInfo {
const DisplayItemClient* client = nullptr;
String client_debug_name;
IntRect rect;
- PaintInvalidationReason reason = kPaintInvalidationFull;
+ PaintInvalidationReason reason = PaintInvalidationReason::kFull;
};
inline bool operator==(const RasterInvalidationInfo& a,

Powered by Google App Engine
This is Rietveld 408576698