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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h

Issue 2570223002: [SPv2] Associate effect property nodes for SVG paint chunks (Closed)
Patch Set: keep CompositingRecorder, update expectation Created 4 years 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/layout/svg/LayoutSVGGradientStop.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
index a89b36c10f36f3efd59cdb320208443fc74fd2f5..4df40fccb166bc01d37317481633de255d001d94 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
@@ -54,6 +54,8 @@ class LayoutSVGGradientStop final : public LayoutObject {
return FloatRect();
}
+ bool hasNonIsolatedBlendingDescendants() const final { return false; }
+
protected:
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;

Powered by Google App Engine
This is Rietveld 408576698