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

Unified Diff: third_party/WebKit/Source/core/paint/TableCellPainter.h

Issue 2432663002: Use table as display item client for painting composited collapsed table cell borders. (Closed)
Patch Set: Created 4 years, 2 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/TableCellPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.h b/third_party/WebKit/Source/core/paint/TableCellPainter.h
index 75e394221c3172d7817fcba4e9489e9d2b60d744..644dbcfabb9f617d1671a32c10708d8712e47377 100644
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h
@@ -40,6 +40,7 @@ class TableCellPainter {
void paintMask(const PaintInfo&, const LayoutPoint& paintOffset);
private:
+ const DisplayItemClient& displayItemClient() const;
LayoutRect paintRectNotIncludingVisualOverflow(
const LayoutPoint& paintOffset);
void paintBackground(const PaintInfo&,

Powered by Google App Engine
This is Rietveld 408576698