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

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

Issue 2469903002: Use appropriate background object visual rect for composited table cell backgrounds. (Closed)
Patch Set: Explicitly create special clients if needed in TablePaintInvalidator. Add initally-empty test varia… 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/TableCellPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.h b/third_party/WebKit/Source/core/paint/TableCellPainter.h
index a87c4b5909f40c1832ccc1004e4d3c462a214dfe..2ca017d5ec6f6e5d7df76012a3b82d29d9a181ba 100644
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h
@@ -39,6 +39,8 @@ class TableCellPainter {
void paintMask(const PaintInfo&, const LayoutPoint& paintOffset);
private:
+ const DisplayItemClient& displayItemClientForBackground(
+ const LayoutObject& backgroundObject) const;
const DisplayItemClient& displayItemClientForBorders() const;
LayoutRect paintRectNotIncludingVisualOverflow(
const LayoutPoint& paintOffset);

Powered by Google App Engine
This is Rietveld 408576698