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

Unified Diff: Source/core/rendering/RenderTable.h

Issue 550363004: Factor painting code out of RenderBox into a new class called BoxPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Created 6 years, 3 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: Source/core/rendering/RenderTable.h
diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
index 650c1587797e7e4a40d1c7ee36fc487bd67beffd..59b23b4b5010c96f768ad37f1664c921466a38d3 100644
--- a/Source/core/rendering/RenderTable.h
+++ b/Source/core/rendering/RenderTable.h
@@ -346,6 +346,8 @@ private:
short m_vSpacing;
int m_borderStart;
int m_borderEnd;
+
+ BoxPainter m_boxPainter;
Stephen Chennney 2014/09/09 16:14:37 Ditto.
chrishtr 2014/09/09 16:55:45 See above.
};
inline RenderTableSection* RenderTable::topSection() const

Powered by Google App Engine
This is Rietveld 408576698