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

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: 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..2f2d163c3ec67b3c9343c349654152028b64e00c 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1968,6 +1968,7 @@
'paint/NinePieceImageGrid.h',
'paint/NinePieceImagePainter.cpp',
'paint/NinePieceImagePainter.h',
+ 'paint/ObjectPaintProperties.cpp',
jbroman 2015/10/14 14:41:47 this file is missing from this CL
trchen 2015/10/14 22:51:13 Oops, git added. Mostly boilerplate though.
'paint/ObjectPaintProperties.h',
'paint/ObjectPainter.cpp',
'paint/ObjectPainter.h',
@@ -1986,6 +1987,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',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | third_party/WebKit/Source/core/layout/LayoutObject.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698