Index: Source/platform/graphics/paint/DisplayItem.h |
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h |
index 0da40fce703c9f7abcd21454f36ee1eb15d5ac22..7a4ab43ce69c781874b77a317718ce369ff4a718 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.h |
+++ b/Source/platform/graphics/paint/DisplayItem.h |
@@ -90,7 +90,8 @@ public: |
ScrollbarVertical, // For ScrollbarThemeMacNonOverlayAPI only. |
SelectionGap, |
SelectionTint, |
- TableCellBackgroundFromSelfPaintingRow, // FIXME: To be deprecated. |
+ TableCellBackgroundFromContainers, |
+ TableCellBackgroundFromSelfPaintingRow, |
// Table collapsed borders can be painted together (e.g., left & top) but there are at most 4 phases of collapsed |
// border painting for a single cell. To disambiguate these phases of collapsed border painting, a mask is used. |
// TableCollapsedBorderBase can be larger than TableCollapsedBorderUnalignedBase to ensure the base lower bits are 0's. |