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

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

Issue 1390933003: Implement the framework for the paint property hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..fd8889610ff8f904df98a3e8382df15f8343592f 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -683,6 +683,8 @@
'graphics/paint/FixedPositionDisplayItem.h',
'graphics/paint/FloatClipDisplayItem.cpp',
'graphics/paint/FloatClipDisplayItem.h',
+ 'graphics/paint/PaintArtifact.cpp',
+ 'graphics/paint/PaintArtifact.h',
'graphics/paint/PaintChunk.h',
'graphics/paint/PaintChunker.cpp',
'graphics/paint/PaintChunker.h',
@@ -697,6 +699,7 @@
'graphics/paint/Transform3DDisplayItem.h',
'graphics/paint/TransformDisplayItem.cpp',
'graphics/paint/TransformDisplayItem.h',
+ 'graphics/paint/TransformPaintProperty.h',
'graphics/paint/CompositingDisplayItem.cpp',
'graphics/paint/CompositingDisplayItem.h',
'graphics/skia/ImagePixelLocker.cpp',

Powered by Google App Engine
This is Rietveld 408576698