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

Unified Diff: Source/core/core.gypi

Issue 979883002: [S.P.] Move clip painting to SVGClipPainter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code shuffling 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 417063fc44e936c5d58e9792ca0778831ea7f99f..2691509cf3a1c9a86ed980df2edc7d682bb9db37 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1881,6 +1881,8 @@
'paint/RootInlineBoxPainter.h',
'paint/RoundedInnerRectClipper.cpp',
'paint/RoundedInnerRectClipper.h',
+ 'paint/SVGClipPainter.cpp',
+ 'paint/SVGClipPainter.h',
'paint/SVGContainerPainter.cpp',
'paint/SVGContainerPainter.h',
'paint/SVGForeignObjectPainter.cpp',
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceClipper.h » ('j') | Source/core/paint/SVGClipPainter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698