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

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 b0dd949f769f1e3f4079a5e286946f28319d4834..ba8ecc3c98ece9a23fb27b6faddc19b6209fe2ac 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
@@ -105,6 +105,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