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

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: minor bug fix (perspective does not clear paint offset). switch test to unit test style. add a few … 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 9576afc8a45e25c4716b942169570afa21409d59..1aacedf0f0294ddd4c9f348c175f629189688259 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1992,6 +1992,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',
@@ -3911,6 +3913,7 @@
'paint/PaintControllerPaintTest.h',
'paint/PaintInfoTest.cpp',
'paint/PaintLayerPainterTest.cpp',
+ 'paint/PaintPropertyTreeBuilderTest.cpp',
'paint/TableCellPainterTest.cpp',
'paint/TextPainterTest.cpp',
'streams/ReadableStreamReaderTest.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