| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index 54b63ea5811d34278e460bd4d01ab866c152243d..59733a16665d8cc0c442244671575b52bdffdb67 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -148,6 +148,10 @@ public:
|
| EndTransform,
|
| BeginClipPath,
|
| EndClipPath,
|
| + BeginFixedPosition,
|
| + EndFixedPosition,
|
| + BeginFixedPositionContainer,
|
| + EndFixedPositionContainer,
|
|
|
| SubtreeCachedFirst,
|
| SubtreeCachedPaintPhaseFirst = SubtreeCachedFirst,
|
|
|