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

Unified Diff: Source/core/core.gypi

Issue 967543002: [S.P.] Move svg mask painting to SVGMaskPainter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move drawMaskForRenderer too Created 5 years, 10 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/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c6adcbb1a97d727f07d58ab2da6982737a0b6265..94bcc67d9e31ef6c4f7626cba1cf88f28a38793e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1885,6 +1885,8 @@
'paint/SVGInlineFlowBoxPainter.h',
'paint/SVGInlineTextBoxPainter.cpp',
'paint/SVGInlineTextBoxPainter.h',
+ 'paint/SVGMaskPainter.cpp',
+ 'paint/SVGMaskPainter.h',
'paint/SVGPaintContext.cpp',
'paint/SVGPaintContext.h',
'paint/SVGRootInlineBoxPainter.cpp',
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('j') | Source/core/layout/svg/LayoutSVGResourceMasker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698