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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1296963002: Put transform tree building in DisplayItemPropertyTreeBuilder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comment for inline capacity 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 8ad40ad70635a0d40cbe7e65b9b8df73689e4429..97d9e3daa6e0b7b46898e518f8392210604de337 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -277,6 +277,7 @@
'exported/WebDataConsumerHandle.cpp',
'exported/WebDeviceMotionData.cpp',
'exported/WebDeviceOrientationData.cpp',
+ 'exported/WebDisplayItemClipTree.cpp',
'exported/WebDisplayItemTransformTree.cpp',
'exported/WebDragData.cpp',
'exported/WebEncryptedMediaClient.cpp',
@@ -653,10 +654,12 @@
'graphics/paint/DisplayItemClient.h',
'graphics/paint/DisplayItemList.cpp',
'graphics/paint/DisplayItemList.h',
+ 'graphics/paint/DisplayItemClipTree.cpp',
+ 'graphics/paint/DisplayItemClipTree.h',
+ 'graphics/paint/DisplayItemPropertyTreeBuilder.cpp',
+ 'graphics/paint/DisplayItemPropertyTreeBuilder.h',
'graphics/paint/DisplayItemTransformTree.cpp',
'graphics/paint/DisplayItemTransformTree.h',
- 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
- 'graphics/paint/DisplayItemTransformTreeBuilder.h',
'graphics/paint/DrawingDisplayItem.cpp',
'graphics/paint/DrawingDisplayItem.h',
'graphics/paint/DrawingRecorder.cpp',
@@ -972,9 +975,9 @@
'graphics/filters/FilterOperationsTest.cpp',
'graphics/filters/ImageFilterBuilderTest.cpp',
'graphics/gpu/DrawingBufferTest.cpp',
+ 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp',
'graphics/paint/DisplayItemListTest.cpp',
'graphics/paint/DisplayItemTest.cpp',
- 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp',
'image-decoders/FastSharedBufferReaderTest.cpp',
'image-decoders/ImageDecoderTest.cpp',
'network/FormDataTest.cpp',
« no previous file with comments | « Source/core/compositing/DisplayListCompositingBuilder.cpp ('k') | Source/platform/exported/WebDisplayItemClipTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698