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

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

Issue 1397583002: Implement the framework for a paint property hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Job insecurity: better tests, better comments, better names. 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 4d46be2b33c0285304de6854ca35ccf749c2be4e..fba0e2e232832e19cd7fae7aae55af3267bac70a 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -683,10 +683,10 @@
'graphics/paint/FixedPositionDisplayItem.h',
'graphics/paint/FloatClipDisplayItem.cpp',
'graphics/paint/FloatClipDisplayItem.h',
+ 'graphics/paint/PaintChunkProperties.h',
'graphics/paint/PaintChunk.h',
'graphics/paint/PaintChunker.cpp',
'graphics/paint/PaintChunker.h',
- 'graphics/paint/PaintProperties.h',
'graphics/paint/ScrollDisplayItem.cpp',
'graphics/paint/ScrollDisplayItem.h',
'graphics/paint/SkPictureBuilder.h',
@@ -697,6 +697,7 @@
'graphics/paint/Transform3DDisplayItem.h',
'graphics/paint/TransformDisplayItem.cpp',
'graphics/paint/TransformDisplayItem.h',
+ 'graphics/paint/TransformPaintPropertyNode.h',
'graphics/paint/CompositingDisplayItem.cpp',
'graphics/paint/CompositingDisplayItem.h',
'graphics/skia/ImagePixelLocker.cpp',

Powered by Google App Engine
This is Rietveld 408576698