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

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

Issue 2570223002: [SPv2] Associate effect property nodes for SVG paint chunks (Closed)
Patch Set: fix isolation & apply effects to SVG graphics elements 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/LayoutSVGModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
index 823b44b2422632214c9e3c612b7a640650e9ad98..c8627ef6160fe2c052e600db3ea51e6a55c824dc 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
@@ -76,6 +76,8 @@ class LayoutSVGModelObject : public LayoutObject {
return type == LayoutObjectSVG || LayoutObject::isOfType(type);
}
+ bool hasNonIsolatedBlendingDescendants() const override { return false; }
+
protected:
void addLayerHitTestRects(LayerHitTestRects&,
const PaintLayer* currentCompositedLayer,

Powered by Google App Engine
This is Rietveld 408576698