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 bc55c2d22f7e517f1417b810484425fd6ef8a122..d864103e10a84ebebcff5fbb662f70031855abc5 100644 |
| --- a/Source/platform/graphics/paint/DisplayItem.h |
| +++ b/Source/platform/graphics/paint/DisplayItem.h |
| @@ -91,7 +91,8 @@ public: |
| LinkHighlight, |
| PageWidgetDelegateClip, |
| PageWidgetDelegateBackgroundFallback, |
| - ViewBackground |
| + ViewBackground, |
| + SVGFilter |
| }; |
| // Create a dummy display item which just holds the id but has no display operation. |