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

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

Issue 2393043002: [SPInvalidation] Enable LayoutEmbeddedObject paint invalidation in new path (Closed)
Patch Set: 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 59c87161f9947d3bc3d7472d8c844f3823758de6..4d050dce1543f5822f19ee320d10859764423be5 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -35,6 +35,8 @@ blink_core_sources("paint") {
"DetailsMarkerPainter.h",
"EllipsisBoxPainter.cpp",
"EllipsisBoxPainter.h",
+ "EmbeddedObjectPaintInvalidator.cpp",
+ "EmbeddedObjectPaintInvalidator.h",
"EmbeddedObjectPainter.cpp",
"EmbeddedObjectPainter.h",
"FieldsetPainter.cpp",

Powered by Google App Engine
This is Rietveld 408576698