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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1157653005: Move use of DisplayItemList's vector behind an explicit DisplayItems interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: DisplayItems must be noncopyable (Windows build fix) Created 5 years, 6 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 72409384c0869357bc7d3e1132bc18053b7d7a87..983ba11a78f48b8db12b98853aaca351083bf920 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -644,6 +644,8 @@
'graphics/paint/ClipRecorder.h',
'graphics/paint/DisplayItem.cpp',
'graphics/paint/DisplayItem.h',
+ 'graphics/paint/DisplayItems.cpp',
+ 'graphics/paint/DisplayItems.h',
'graphics/paint/DisplayItemCacheSkipper.h',
'graphics/paint/DisplayItemClient.h',
'graphics/paint/DisplayItemList.cpp',

Powered by Google App Engine
This is Rietveld 408576698