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

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

Issue 1396783003: Factor PaintArtifact out of DisplayItemList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@const-replay
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 fba0e2e232832e19cd7fae7aae55af3267bac70a..e1adf80b08f4e6727ea2fe6f5508a1ec4dd7f074 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -661,6 +661,7 @@
'graphics/paint/ClipRecorder.h',
'graphics/paint/DisplayItem.cpp',
'graphics/paint/DisplayItem.h',
+ 'graphics/paint/DisplayItems.h',
'graphics/paint/DisplayItemCacheSkipper.h',
'graphics/paint/DisplayItemClient.h',
'graphics/paint/DisplayItemList.cpp',
@@ -683,6 +684,8 @@
'graphics/paint/FixedPositionDisplayItem.h',
'graphics/paint/FloatClipDisplayItem.cpp',
'graphics/paint/FloatClipDisplayItem.h',
+ 'graphics/paint/PaintArtifact.cpp',
+ 'graphics/paint/PaintArtifact.h',
'graphics/paint/PaintChunkProperties.h',
'graphics/paint/PaintChunk.h',
'graphics/paint/PaintChunker.cpp',

Powered by Google App Engine
This is Rietveld 408576698