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

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

Issue 1963313002: Implement box-shadow for table section and row (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 a5304a5a1b70948a6037fd3b4ad148f5e444ca70..7657a16cccab6c9ed60c597c1b27b215931a5d75 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
@@ -106,6 +106,10 @@ public:
TableCollapsedBorderUnalignedBase,
TableCollapsedBorderBase = (((TableCollapsedBorderUnalignedBase - 1) >> 4) + 1) << 4,
TableCollapsedBorderLast = TableCollapsedBorderBase + 0x0f,
+ TableSectionBoxShadowInset,
+ TableSectionBoxShadowNormal,
+ TableRowBoxShadowInset,
+ TableRowBoxShadowNormal,
VideoBitmap,
WebPlugin,
WebFont,

Powered by Google App Engine
This is Rietveld 408576698