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

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

Issue 2484153003: Use an SVGElementProxy in ReferenceClipPathOperation (Closed)
Patch Set: Rebase; fix comments; findElement 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 a2b993f0bbcc2f7fa0f27e4f1539290ded9b47a2..998eab4fdbdecca6064ae6d1f64bac085064534b 100644
--- a/third_party/WebKit/Source/core/paint/BUILD.gn
+++ b/third_party/WebKit/Source/core/paint/BUILD.gn
@@ -101,12 +101,12 @@ blink_core_sources("paint") {
"PaintInvalidator.h",
"PaintLayer.cpp",
"PaintLayerClipper.cpp",
- "PaintLayerFilterInfo.cpp",
- "PaintLayerFilterInfo.h",
"PaintLayerFragment.h",
"PaintLayerPainter.cpp",
"PaintLayerPainter.h",
"PaintLayerPaintingInfo.h",
+ "PaintLayerResourceInfo.cpp",
+ "PaintLayerResourceInfo.h",
"PaintLayerScrollableArea.cpp",
"PaintLayerStackingNode.cpp",
"PaintLayerStackingNodeIterator.cpp",

Powered by Google App Engine
This is Rietveld 408576698