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

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: - Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf85df4f9e64477cf231a763d86b59ee37e2f0b2..4fa95140091436c719119a92004a1de76c18b67d 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
@@ -120,14 +120,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);
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698