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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1401363003: Rename DisplayItemList to PaintController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: 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',

Powered by Google App Engine
This is Rietveld 408576698