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

Unified Diff: third_party/WebKit/Source/core/paint/BUILD.gn

Issue 2404213004: Implement incremental paint property tree rebuilding (Closed)
Patch Set: Cleanup needsUpdate finder construction, tighten reasons for updating a property subtree, misc clea… Created 4 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/paint/BUILD.gn
diff --git a/third_party/WebKit/Source/core/paint/BUILD.gn b/third_party/WebKit/Source/core/paint/BUILD.gn
index 4343f6477386e891056d0d220caa5e475fe96a7f..a2b993f0bbcc2f7fa0f27e4f1539290ded9b47a2 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -47,6 +47,7 @@ blink_core_sources("paint") {
"FilterEffectBuilder.h",
"FilterPainter.cpp",
"FilterPainter.h",
+ "FindPropertiesNeedingUpdate.h",
"FirstMeaningfulPaintDetector.cpp",
"FirstMeaningfulPaintDetector.h",
"FloatClipRecorder.cpp",

Powered by Google App Engine
This is Rietveld 408576698