| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index ea4bdf8b32973c9f0cf104081b9c8564cd779d40..1c37cdfbf435e83af8f25c664d5342ad5c3701e0 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -92,7 +92,8 @@ public:
|
| LinkHighlight,
|
| PageWidgetDelegateClip,
|
| PageWidgetDelegateBackgroundFallback,
|
| - ViewBackground
|
| + ViewBackground,
|
| + SVGFilter
|
| };
|
|
|
| // Create a dummy display item which just holds the id but has no display operation.
|
|
|