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

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

Issue 669153002: Relocate markForLayoutAndParentResourceInvalidation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove accidental FIXME. Created 6 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: Source/core/svg/SVGGraphicsElement.h
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
index 810882fe7f0e9ea38470a2c655f58f613701f539..03c84bc39f057783e524bcff1c4adf4c31f9c352 100644
--- a/Source/core/svg/SVGGraphicsElement.h
+++ b/Source/core/svg/SVGGraphicsElement.h
@@ -78,6 +78,8 @@ protected:
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
virtual void svgAttributeChanged(const QualifiedName&) override;
+ static void boundsChanged(RenderObject*);
pdr. 2014/10/22 17:42:12 I don't understand the advantage of this over just
fs 2014/10/23 09:15:29 Nothing really, I was toying around/probing the sp
+
RefPtr<SVGAnimatedTransformList> m_transform;
private:

Powered by Google App Engine
This is Rietveld 408576698