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

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: review fixes 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
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceContainer.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 4764d31c35730184afdc564020ad30c42df7bcd5..e3ebb978544d051426826456599f3745de3cb3f4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1888,6 +1888,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/LayoutSVGResourceContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698