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

Unified Diff: Source/core/core.gypi

Issue 671943004: Move SVG inline flow box paint code to SVGInlineFlowBoxPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/paint/SVGInlineFlowBoxPainter.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 529c25184d2af33f86b79bfbf5c62d46e20e0a0e..7098b7617244319d35f0b4be31f7db074ab2cdde 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1563,6 +1563,8 @@
'paint/SVGForeignObjectPainter.h',
'paint/SVGImagePainter.cpp',
'paint/SVGImagePainter.h',
+ 'paint/SVGInlineFlowBoxPainter.cpp',
+ 'paint/SVGInlineFlowBoxPainter.h',
'paint/SVGInlineTextBoxPainter.cpp',
'paint/SVGInlineTextBoxPainter.h',
'paint/SVGMarkerPainter.cpp',
« no previous file with comments | « no previous file | Source/core/paint/SVGInlineFlowBoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698