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

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: 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.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
index 90d9449e1ac54dc86e2d5070de0884c9a59216d2..63aa7d702367c2356618308d8732be7d367494b8 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
@@ -106,10 +106,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
@@ -119,10 +115,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