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

Unified Diff: Source/core/paint/PaintPhase.h

Issue 1315213002: (WIP) Paint invalidation for slimming paint v2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/paint/BlockPainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/PaintPhase.h
diff --git a/Source/core/paint/PaintPhase.h b/Source/core/paint/PaintPhase.h
index 7c3ce1a3060204bbb689cf4bb61c7497d38ab197..d8a751cf76340f556b6717d5dc477db317d6e99d 100644
--- a/Source/core/paint/PaintPhase.h
+++ b/Source/core/paint/PaintPhase.h
@@ -38,6 +38,7 @@ namespace blink {
*/
enum PaintPhase {
+ PaintPhaseInvalidation = -1,
PaintPhaseBlockBackground = 0,
PaintPhaseChildBlockBackground = 1,
PaintPhaseChildBlockBackgrounds = 2,
@@ -52,7 +53,8 @@ enum PaintPhase {
PaintPhaseMask = 11,
PaintPhaseClippingMask = 12,
PaintPhaseMax = PaintPhaseClippingMask,
- // These values must be kept in sync with DisplayItem::Type and DisplayItem::typeAsDebugString().
+ // These values except PaintPhaseInvalidation must be kept in sync with
+ // DisplayItem::Type and DisplayItem::typeAsDebugString().
};
// Those flags are meant as global tree operations. This means
« no previous file with comments | « Source/core/paint/BlockPainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698