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

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: Remove unused include. 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 c9ac258406bae9a9cfc7cd1f5b138502a08eaf12..7d4fb4f406dc633dac9eccba68f9f65cf57ccde4 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',
@@ -657,10 +658,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',
@@ -976,9 +979,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',

Powered by Google App Engine
This is Rietveld 408576698