Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
index ecaa5b611dff33ec6307bc053d22d93670b876e3..ff94aece99b76ccb4b778d106dff818915baebe6 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -122,14 +122,6 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type) { |
DEBUG_STRING_CASE(ScrollbarTrackBackground); |
DEBUG_STRING_CASE(ScrollbarCompositedScrollbar); |
DEBUG_STRING_CASE(SelectionTint); |
- DEBUG_STRING_CASE(TableCellBackgroundFromColumnGroup); |
- DEBUG_STRING_CASE(TableCellBackgroundFromColumn); |
- DEBUG_STRING_CASE(TableCellBackgroundFromSection); |
- DEBUG_STRING_CASE(TableCellBackgroundFromRow); |
- DEBUG_STRING_CASE(TableSectionBoxShadowInset); |
- DEBUG_STRING_CASE(TableSectionBoxShadowNormal); |
- DEBUG_STRING_CASE(TableRowBoxShadowInset); |
- DEBUG_STRING_CASE(TableRowBoxShadowNormal); |
DEBUG_STRING_CASE(VideoBitmap); |
DEBUG_STRING_CASE(WebPlugin); |
DEBUG_STRING_CASE(WebFont); |