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 5ddc1b289a55411d3d32455791f5400859dea224..421d66f0fbbcdf191dde1d3d4a1c30d05ef9897f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -103,7 +103,6 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type) |
DEBUG_STRING_CASE(ScrollbarTickmarks); |
DEBUG_STRING_CASE(ScrollbarTrackBackground); |
DEBUG_STRING_CASE(ScrollbarVertical); |
- DEBUG_STRING_CASE(SelectionGap); |
DEBUG_STRING_CASE(SelectionTint); |
DEBUG_STRING_CASE(TableCellBackgroundFromColumnGroup); |
DEBUG_STRING_CASE(TableCellBackgroundFromColumn); |