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

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

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
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,

Powered by Google App Engine
This is Rietveld 408576698