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

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

Issue 1646743002: Let table rows and sections paint their backgrounds in proper paint phases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FloatPhase
Patch Set: Rebase Created 4 years, 11 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/TableSectionPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.h b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
index 615ea8726f6f0fc50a058b4ee7f211b278f868a4..dc992c884714cc236470d32928b52bf15c9cc7af 100644
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
@@ -5,6 +5,7 @@
#ifndef TableSectionPainter_h
#define TableSectionPainter_h
+#include "core/paint/PaintPhase.h"
#include "wtf/Allocator.h"
namespace blink {
@@ -25,7 +26,7 @@ public:
private:
void paintObject(const PaintInfo&, const LayoutPoint&);
- void paintCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
+ void paintCell(const LayoutTableCell&, PaintPhase originalPaintPhase, const PaintInfo&, const LayoutPoint&);
const LayoutTableSection& m_layoutTableSection;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/TableRowPainter.cpp ('k') | third_party/WebKit/Source/core/paint/TableSectionPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698