Index: Source/platform/graphics/paint/DisplayItem.h |
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h |
index b65ecac294c4968b170f76030f3def789ecc0735..2566dcc971ae8f53c9f7955fe3d3ebf728620ca6 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.h |
+++ b/Source/platform/graphics/paint/DisplayItem.h |
@@ -58,8 +58,10 @@ public: |
BoxDecorationBackground, |
Caret, |
ColumnRules, |
+ DebugRedFill, |
DragImage, |
LinkHighlight, |
+ PageOverlay, |
PageWidgetDelegateBackgroundFallback, |
Resizer, |
SVGFilter, |
@@ -69,8 +71,7 @@ public: |
ScrollbarVertical, |
VideoBitmap, |
ViewBackground, |
- DebugRedFill, |
- DrawingLast = DebugRedFill, |
+ DrawingLast = ViewBackground, |
CachedFirst, |
CachedLast = CachedFirst + DrawingLast - DrawingFirst, |