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

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: revert forAllFrameViews change in FrameView.cpp. I don't know what I was thinking. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cc2285aed4cf5e32fa698a99f15269ddfc501949..b7ce9445ee493a073933fef194be4f0f476b0cb3 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1994,6 +1994,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',
@@ -3913,6 +3915,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698