Chromium Code Reviews| Index: Source/platform/graphics/paint/DisplayItem.h |
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h |
| index 0da40fce703c9f7abcd21454f36ee1eb15d5ac22..d4d107ddbd4180d2e1527713cc47c3277c6f746b 100644 |
| --- a/Source/platform/graphics/paint/DisplayItem.h |
| +++ b/Source/platform/graphics/paint/DisplayItem.h |
| @@ -112,6 +112,7 @@ public: |
| ClipColumnBoundsPaintPhaseLast = ClipColumnBoundsPaintPhaseFirst + PaintPhaseMax, |
| ClipLayerFragmentPaintPhaseFirst, |
| ClipLayerFragmentPaintPhaseLast = ClipLayerFragmentPaintPhaseFirst + PaintPhaseMax, |
| + ClipDescendantStackingContext, |
| ClipFileUploadControlRect, |
| ClipFrameToVisibleContentRect, |
| ClipFrameScrollbars, |
| @@ -161,8 +162,7 @@ public: |
| EndClipPath, |
| BeginFixedPosition, |
| EndFixedPosition, |
| - BeginFixedPositionContainer, |
| - EndFixedPositionContainer, |
| + FixedPositionContainer, |
|
pdr.
2015/09/03 06:16:59
Won't we still need begin/end pairs for multiple f
trchen
2015/09/04 06:10:15
Previously when I added it I was thinking the fixe
|
| BeginSubsequence, |
| EndSubsequence, |