| Index: Source/core/paint/ViewDisplayList.h
|
| diff --git a/Source/core/paint/ViewDisplayList.h b/Source/core/paint/ViewDisplayList.h
|
| index 854e1bb65dca6eb2c8c0fafadce332668bd903e5..01194387df4e5eed904f0d752705b968a943b66d 100644
|
| --- a/Source/core/paint/ViewDisplayList.h
|
| +++ b/Source/core/paint/ViewDisplayList.h
|
| @@ -49,18 +49,19 @@ public:
|
| 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
|
| + TransparencyClip = 30,
|
| + BeginTransparency = 31,
|
| + EndTransparency = 32,
|
| + ClipBoxChildBlockBackgrounds = 33,
|
| + ClipBoxFloat = 34,
|
| + ClipBoxForeground = 35,
|
| + ClipBoxChildOutlines = 36,
|
| + ClipBoxSelection = 37,
|
| + ClipBoxCollapsedTableBorders = 38,
|
| + ClipBoxTextClip = 39,
|
| + ClipBoxClippingMask = 40,
|
| + BeginTransform = 41,
|
| + EndTransform = 42
|
| };
|
|
|
| virtual ~DisplayItem() { }
|
|
|