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

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

Issue 2495893002: Implement incremental paint property tree rebuilding (Closed)
Patch Set: Suppress main thread scrolling invalidation failures Created 4 years, 1 month 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