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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ObjectPaintProperties::Owner, revert to more concrete naming for transform nodes, added comm… 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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 57fa60da1ed1fd913f68c035f1759a3bd85d0f24..234983e94cfd4584cc508dbc354743a726ae16b6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1986,6 +1986,8 @@
'paint/PaintLayerStackingNodeIterator.cpp',
'paint/PaintPhase.cpp',
'paint/PaintPhase.h',
+ 'paint/PaintPropertyTreeBuilder.cpp',
+ 'paint/PaintPropertyTreeBuilder.h',
'paint/PartPainter.cpp',
'paint/PartPainter.h',
'paint/ReplacedPainter.cpp',

Powered by Google App Engine
This is Rietveld 408576698