| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index 5587149c76a15c6686fa2e0c6b98d6ac4b81039b..04c6f6cbdb38bd69f246be09c60d6ea049d54855 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -113,6 +113,7 @@ public:
|
| ClipColumnBoundsPaintPhaseLast = ClipColumnBoundsPaintPhaseFirst + PaintPhaseMax,
|
| ClipLayerFragmentPaintPhaseFirst,
|
| ClipLayerFragmentPaintPhaseLast = ClipLayerFragmentPaintPhaseFirst + PaintPhaseMax,
|
| + ClipDescendantStackingContext,
|
| ClipFileUploadControlRect,
|
| ClipFrameToVisibleContentRect,
|
| ClipFrameScrollbars,
|
|
|