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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1313223002: Simplify subtree (now subsequence) caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/paint/DisplayItemListPaintTest.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 6468b35f41b1e81e9a03173b5f0d21f5e999b0fb..397e0265b9d52ec90acb747d6fef2fa7dc880b2c 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -680,9 +680,9 @@
'graphics/paint/ScrollDisplayItem.cpp',
'graphics/paint/ScrollDisplayItem.h',
'graphics/paint/SkPictureBuilder.h',
- 'graphics/paint/SubtreeDisplayItem.h',
- 'graphics/paint/SubtreeRecorder.cpp',
- 'graphics/paint/SubtreeRecorder.h',
+ 'graphics/paint/SubsequenceDisplayItem.h',
+ 'graphics/paint/SubsequenceRecorder.cpp',
+ 'graphics/paint/SubsequenceRecorder.h',
'graphics/paint/Transform3DDisplayItem.cpp',
'graphics/paint/Transform3DDisplayItem.h',
'graphics/paint/TransformDisplayItem.cpp',
« no previous file with comments | « Source/core/paint/DisplayItemListPaintTest.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698