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

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

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 6ed8ea8bd7aeff12ab21282a8c4b9fa34aa0a0dd..9825b3a3603b8ff57a4ecdfe062809e3f0024f82 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -43,6 +43,7 @@ class SVGCursorElement;
class SVGDocumentExtensions;
class SVGElementInstance;
class SVGElementRareData;
+class SVGFitToViewBox;
class SVGSVGElement;
void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
@@ -179,6 +180,7 @@ protected:
void setHasSVGRareData() { m_hasSVGRareData = true; }
void clearHasSVGRareData() { m_hasSVGRareData = false; }
+ friend class SVGFitToViewBox;
pdr. 2014/01/16 03:25:47 Any reason this is listed here instead of at the t
kouhei (in TOK) 2014/01/16 03:42:27 I wanted to be explicit that SVGFitToViewBox is ma
void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&);
bool hasFocusEventListeners() const;

Powered by Google App Engine
This is Rietveld 408576698