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

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: Rename test. 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..aa4050f533bf62553b634f23945d1de2dc93c403 100644
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h
@@ -39,7 +39,7 @@ class TableCellPainter {
void paintMask(const PaintInfo&, const LayoutPoint& paintOffset);
private:
- const DisplayItemClient& displayItemClientForBorders() const;
+ const DisplayItemClient& displayItemClientRespectingCompositing() const;
LayoutRect paintRectNotIncludingVisualOverflow(
const LayoutPoint& paintOffset);
void paintBackground(const PaintInfo&,

Powered by Google App Engine
This is Rietveld 408576698