Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
index db334f2df4e0d3dc8988514ce80ddb0663a6dac3..e70e8f369f78318af07d443bea4bc186a3554e3b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
@@ -104,10 +104,6 @@ class PLATFORM_EXPORT DisplayItem { |
kScrollbarTrackBackground, |
kScrollbarCompositedScrollbar, |
kSelectionTint, |
- kTableCellBackgroundFromColumnGroup, |
- kTableCellBackgroundFromColumn, |
- kTableCellBackgroundFromSection, |
- kTableCellBackgroundFromRow, |
// 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 |
@@ -117,10 +113,6 @@ class PLATFORM_EXPORT DisplayItem { |
kTableCollapsedBorderBase = |
(((kTableCollapsedBorderUnalignedBase - 1) >> 4) + 1) << 4, |
kTableCollapsedBorderLast = kTableCollapsedBorderBase + 0x0f, |
- kTableSectionBoxShadowInset, |
- kTableSectionBoxShadowNormal, |
- kTableRowBoxShadowInset, |
- kTableRowBoxShadowNormal, |
kVideoBitmap, |
kWebPlugin, |
kWebFont, |