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 9f24dc1af1ac10405b16f4a689819d3865ddc869..5e9094eb0f83afaff6697a019993a1da12dbc92c 100644 |
| --- a/Source/platform/graphics/paint/DisplayItem.h |
| +++ b/Source/platform/graphics/paint/DisplayItem.h |
| @@ -70,7 +70,8 @@ public: |
| VideoBitmap, |
| ViewBackground, |
| DebugRedFill, |
| - DrawingLast = DebugRedFill, |
| + PageOverlay, |
| + DrawingLast = PageOverlay, |
|
Xianzhu
2015/02/09 17:57:10
Please keep the above list sorted.
jbroman
2015/02/09 18:13:36
Ah, I hadn't realized it was sorted (I saw D, B, C
|
| CachedFirst, |
| CachedLast = CachedFirst + DrawingLast - DrawingFirst, |