Index: Source/core/paint/ViewDisplayList.h |
diff --git a/Source/core/paint/ViewDisplayList.h b/Source/core/paint/ViewDisplayList.h |
index 5fcd44ba5872e19176f26cba39197328597fba90..854e1bb65dca6eb2c8c0fafadce332668bd903e5 100644 |
--- a/Source/core/paint/ViewDisplayList.h |
+++ b/Source/core/paint/ViewDisplayList.h |
@@ -32,36 +32,35 @@ |
DrawingPaintPhaseTextClip = 10, |
DrawingPaintPhaseMask = 11, |
DrawingPaintPhaseClippingMask = 12, |
- ClipLayerOverflowControls, |
- ClipLayerBackground, |
- ClipLayerParent, |
- ClipLayerFilter, |
- ClipLayerForeground, |
- ClipLayerFragmentFloat, |
- ClipLayerFragmentForeground, |
- ClipLayerFragmentChildOutline, |
- ClipLayerFragmentOutline, |
- ClipLayerFragmentMask, |
- ClipLayerFragmentClippingMask, |
- ClipLayerFragmentParent, |
- ClipLayerFragmentSelection, |
- ClipLayerFragmentChildBlockBackgrounds, |
- EndClip, |
- BeginFilter, |
- EndFilter, |
- TransparencyClip, |
- BeginTransparency, |
- EndTransparency, |
- ClipBoxChildBlockBackgrounds, |
- ClipBoxFloat, |
- ClipBoxForeground, |
- ClipBoxChildOutlines, |
- ClipBoxSelection, |
- ClipBoxCollapsedTableBorders, |
- ClipBoxTextClip, |
- ClipBoxClippingMask, |
- BeginTransform, |
- EndTransform |
+ ClipLayerOverflowControls = 13, |
+ ClipLayerBackground = 14, |
+ ClipLayerParent = 15, |
+ ClipLayerFilter = 16, |
+ ClipLayerForeground = 17, |
+ ClipLayerFragmentFloat = 18, |
+ ClipLayerFragmentForeground = 19, |
+ ClipLayerFragmentChildOutline = 20, |
+ ClipLayerFragmentOutline = 21, |
+ ClipLayerFragmentMask = 22, |
+ ClipLayerFragmentClippingMask = 23, |
+ ClipLayerFragmentParent = 24, |
+ ClipLayerFragmentSelection = 25, |
+ ClipLayerFragmentChildBlockBackgrounds = 26, |
+ EndClip = 27, |
+ BeginFilter = 28, |
+ EndFilter = 29, |
+ BeginTransparency = 30, |
+ EndTransparency = 31, |
+ ClipBoxChildBlockBackgrounds = 32, |
+ ClipBoxFloat = 33, |
+ ClipBoxForeground = 34, |
+ ClipBoxChildOutlines = 35, |
+ ClipBoxSelection = 36, |
+ ClipBoxCollapsedTableBorders = 37, |
+ ClipBoxTextClip = 38, |
+ ClipBoxClippingMask = 39, |
+ BeginTransform = 40, |
+ EndTransform = 41 |
}; |
virtual ~DisplayItem() { } |