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

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

Issue 23785014: [SVG] Resources should be laid out in dependecy order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Set #3 rebased. Created 7 years, 3 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/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index 1f22c61a0fe968cdd84dad387f2765d43867d6ff..6483b06cf0aa8d218563130a6fd1650b4b2c8947 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -37,6 +37,7 @@ namespace WebCore {
class AffineTransform;
class CSSCursorImageValue;
class Document;
+class SubtreeLayoutScope;
class SVGAttributeToPropertyMap;
class SVGCursorElement;
class SVGDocumentExtensions;
@@ -133,6 +134,8 @@ public:
virtual bool shouldMoveToFlowThread(RenderStyle*) const OVERRIDE;
+ void invalidateRelativeLengthClients(SubtreeLayoutScope* = 0);
+
protected:
SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);

Powered by Google App Engine
This is Rietveld 408576698