Chromium Code Reviews| Index: Source/core/paint/ViewDisplayList.h |
| diff --git a/Source/core/paint/ViewDisplayList.h b/Source/core/paint/ViewDisplayList.h |
| index 4002c81f0f4188a2b8e0304d30fd5ed366b1f56c..c0bb6044c1d81328ca240d142147315a9bffb1be 100644 |
| --- a/Source/core/paint/ViewDisplayList.h |
| +++ b/Source/core/paint/ViewDisplayList.h |
| @@ -47,6 +47,8 @@ public: |
| ClipLayerFragmentSelection = 25, |
| ClipLayerFragmentChildBlockBackgrounds = 26, |
| EndClip = 27, |
| + BeginFilter = 28, |
| + EndFilter = 29 |
| }; |
| virtual ~DisplayItem() { } |