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

Unified Diff: third_party/WebKit/Source/core/paint/TableRowPainter.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/core/paint/TableRowPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableRowPainter.h b/third_party/WebKit/Source/core/paint/TableRowPainter.h
index 1c170513094b1813552683927bc21bc63a78702f..29f8ae722cccab9ac4299b6d06799f1e03da8322 100644
--- a/third_party/WebKit/Source/core/paint/TableRowPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableRowPainter.h
@@ -5,6 +5,7 @@
#ifndef TableRowPainter_h
#define TableRowPainter_h
+#include "core/style/ShadowData.h"
#include "wtf/Allocator.h"
namespace blink {
@@ -21,6 +22,7 @@ public:
void paint(const PaintInfo&, const LayoutPoint&);
void paintOutline(const PaintInfo&, const LayoutPoint&);
+ void paintBoxShadow(const PaintInfo&, const LayoutPoint&, ShadowStyle);
void paintBackgroundBehindCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
private:

Powered by Google App Engine
This is Rietveld 408576698