Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp

Issue 2786463004: Paint backgrounds of a table section/row in one display item (Closed)
Patch Set: First round of rebaseline-cl Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698