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