mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(no bug) Move a comment to more appropriate spot, in SVGTransformableElement.h. comment/whitespace-only, DONTBUILD
This commit is contained in:
parent
41ff7e62be
commit
879130a56f
@ -48,6 +48,7 @@ public:
|
||||
int32_t aModType) const MOZ_OVERRIDE;
|
||||
|
||||
|
||||
// nsSVGElement overrides
|
||||
virtual bool IsEventAttributeName(nsIAtom* aName) MOZ_OVERRIDE;
|
||||
|
||||
|
||||
@ -65,8 +66,6 @@ public:
|
||||
virtual bool IsTransformable() MOZ_OVERRIDE { return true; }
|
||||
|
||||
protected:
|
||||
// nsSVGElement overrides
|
||||
|
||||
nsAutoPtr<nsSVGAnimatedTransformList> mTransforms;
|
||||
|
||||
// XXX maybe move this to property table, to save space on un-animated elems?
|
||||
@ -77,4 +76,3 @@ protected:
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // SVGTransformableElement_h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user