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

Unified Diff: Source/core/core.gypi

Issue 865353002: Implement clip and scroll DisplayItems for PartPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix displayItemTypeForClipping unreachable failure Created 5 years, 11 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/frame/FrameView.cpp » ('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 080f8b49a146644789a0772ee0d8b5c178b08c64..b86adb19aba4377d3d6fcf656c5ee8f32dfbb0c0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1556,6 +1556,8 @@
'paint/ReplicaPainter.h',
'paint/RootInlineBoxPainter.cpp',
'paint/RootInlineBoxPainter.h',
+ 'paint/RoundedInnerRectClipper.cpp',
+ 'paint/RoundedInnerRectClipper.h',
'paint/SVGContainerPainter.cpp',
'paint/SVGContainerPainter.h',
'paint/SVGForeignObjectPainter.cpp',
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698