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

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

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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 c704acf8b5b76570b4a4a5acea9b72ecd4242486..e3f28db82a19a3851cf772f2119e6a3b4ed27b03 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2033,6 +2033,8 @@
'page/scrolling/ViewportScrollCallback.h',
'paint/BackgroundImageGeometry.cpp',
'paint/BackgroundImageGeometry.h',
+ 'paint/BlockFlowPaintInvalidator.cpp',
+ 'paint/BlockFlowPaintInvalidator.h',
'paint/BlockFlowPainter.cpp',
'paint/BlockFlowPainter.h',
'paint/BlockPainter.cpp',
@@ -2043,6 +2045,8 @@
'paint/BoxClipper.h',
'paint/BoxDecorationData.cpp',
'paint/BoxDecorationData.h',
+ 'paint/BoxPaintInvalidator.cpp',
+ 'paint/BoxPaintInvalidator.h',
'paint/BoxPainter.cpp',
'paint/BoxPainter.h',
'paint/BoxReflectionUtils.cpp',
@@ -2097,6 +2101,8 @@
'paint/NinePieceImagePainter.cpp',
'paint/NinePieceImagePainter.h',
'paint/ObjectPaintProperties.h',
+ 'paint/ObjectPaintInvalidator.cpp',
+ 'paint/ObjectPaintInvalidator.h',
'paint/ObjectPainter.cpp',
'paint/ObjectPainter.h',
'paint/PaintInfo.cpp',
@@ -2153,6 +2159,8 @@
'paint/SVGInlineTextBoxPainter.h',
'paint/SVGMaskPainter.cpp',
'paint/SVGMaskPainter.h',
+ 'paint/SVGModelObjectPaintInvalidator.cpp',
+ 'paint/SVGModelObjectPaintInvalidator.h',
'paint/SVGPaintContext.cpp',
'paint/SVGPaintContext.h',
'paint/SVGRootInlineBoxPainter.cpp',

Powered by Google App Engine
This is Rietveld 408576698