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

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

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline-cl Created 4 years, 1 month 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/TablePainter.h
diff --git a/third_party/WebKit/Source/core/paint/TablePainter.h b/third_party/WebKit/Source/core/paint/TablePainter.h
index d3de8e0e57e534fb5db0b4b5a1c29a5a3858196a..ac578995e027a3d1b275688f14e010d7b9d6f296 100644
--- a/third_party/WebKit/Source/core/paint/TablePainter.h
+++ b/third_party/WebKit/Source/core/paint/TablePainter.h
@@ -24,6 +24,8 @@ class TablePainter {
void paintMask(const PaintInfo&, const LayoutPoint&);
private:
+ void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&);
+
const LayoutTable& m_layoutTable;
};

Powered by Google App Engine
This is Rietveld 408576698