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

Unified Diff: Source/core/svg/SVGGeometryElement.h

Issue 1158583003: Reduce how often LayoutSVGShape::updateShapeFromElement is called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: Source/core/svg/SVGGeometryElement.h
diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h
index af192e19dcf07368472ea3519a4b48cffaed532a..0b1140f4b61a18c589815dd351be977cefe82c5a 100644
--- a/Source/core/svg/SVGGeometryElement.h
+++ b/Source/core/svg/SVGGeometryElement.h
@@ -51,6 +51,8 @@ public:
protected:
SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
+ void svgAttributeChanged(const QualifiedName&) override;
+
private:
bool isSVGGeometryElement() const override final { return true; }
};

Powered by Google App Engine
This is Rietveld 408576698