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

Unified Diff: Source/core/core.gypi

Issue 724483002: Move painting code from RenderTableCell to TableCellPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 2250f833a57d27c47fe6921ef28285473cdedc6b..5b7cc2cf40f31726c9686d0baa1bb9f8598d6431 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1508,6 +1508,8 @@
'paint/SVGShapePainter.h',
'paint/SVGTextPainter.cpp',
'paint/SVGTextPainter.h',
+ 'paint/TableCellPainter.cpp',
+ 'paint/TableCellPainter.h',
'paint/TablePainter.cpp',
'paint/TablePainter.h',
'paint/TableRowPainter.cpp',
« no previous file with comments | « no previous file | Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698