Index: third_party/WebKit/Source/platform/blink_platform.gypi |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi |
index aa4ecdcabb20c8dc5f82dbb6acf352fb56e3834e..b62819ce6db25efac2f7a3bad7b9fcefae0dab7d 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -672,8 +672,6 @@ |
'graphics/paint/DisplayItems.h', |
'graphics/paint/DisplayItemCacheSkipper.h', |
'graphics/paint/DisplayItemClient.h', |
- 'graphics/paint/DisplayItemList.cpp', |
- 'graphics/paint/DisplayItemList.h', |
'graphics/paint/DisplayItemClipTree.cpp', |
'graphics/paint/DisplayItemClipTree.h', |
'graphics/paint/DisplayItemPropertyTreeBuilder.cpp', |
@@ -698,6 +696,8 @@ |
'graphics/paint/PaintChunk.h', |
'graphics/paint/PaintChunker.cpp', |
'graphics/paint/PaintChunker.h', |
+ 'graphics/paint/PaintController.cpp', |
+ 'graphics/paint/PaintController.h', |
'graphics/paint/ScrollDisplayItem.cpp', |
'graphics/paint/ScrollDisplayItem.h', |
'graphics/paint/SkPictureBuilder.h', |
@@ -1010,9 +1010,9 @@ |
'graphics/filters/ImageFilterBuilderTest.cpp', |
'graphics/gpu/DrawingBufferTest.cpp', |
'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp', |
- 'graphics/paint/DisplayItemListTest.cpp', |
'graphics/paint/DisplayItemTest.cpp', |
'graphics/paint/PaintChunkerTest.cpp', |
+ 'graphics/paint/PaintControllerTest.cpp', |
'image-decoders/FastSharedBufferReaderTest.cpp', |
'image-decoders/ImageDecoderTest.cpp', |
'mac/VersionUtilMacTest.mm', |