Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index cacc579c3a379c0b434ceba084d21d054826335e..b707a0bf5384084baa1e0e4d964070730c9101e0 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -1472,6 +1472,8 @@ |
'paint/InlinePainter.h', |
'paint/InlineTextBoxPainter.cpp', |
'paint/InlineTextBoxPainter.h', |
+ 'paint/LayerClipRecorder.cpp', |
+ 'paint/LayerClipRecorder.h', |
'paint/LayerPainter.cpp', |
'paint/LayerPainter.h', |
'paint/LineBoxListPainter.cpp', |
@@ -3571,8 +3573,8 @@ |
'loader/MixedContentCheckerTest.cpp', |
'page/NetworkStateNotifierTest.cpp', |
'page/PrintContextTest.cpp', |
- 'paint/ClipRecorderTest.cpp', |
'paint/DrawingRecorderTest.cpp', |
+ 'paint/LayerClipRecorderTest.cpp', |
'paint/TextPainterTest.cpp', |
'paint/ViewDisplayListTest.cpp', |
'rendering/RenderBlockTest.cpp', |