Bug 436418, patch B: SVG/SMIL animateMotion - update license text, and fix compilation issues. r=roc

This commit is contained in:
Daniel Holbert 2010-04-28 16:00:53 -07:00
parent 6be4492738
commit c722e28bb1
3 changed files with 8 additions and 4 deletions

View File

@ -22,6 +22,7 @@
* Brian Birtles <birtles@gmail.com>
* Chris Double <chris.double@double.co.nz>
* Daniel Holbert <dholbert@mozilla.com>
* Eric Hedekar <afterthebeep@gmail.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
@ -85,12 +86,14 @@ NS_IMPL_NS_NEW_SVG_ELEMENT(AnimateMotion)
NS_IMPL_ADDREF_INHERITED(nsSVGAnimateMotionElement,nsSVGAnimateMotionElementBase)
NS_IMPL_RELEASE_INHERITED(nsSVGAnimateMotionElement,nsSVGAnimateMotionElementBase)
DOMCI_DATA(SVGAnimateMotionElement, nsSVGAnimateMotionElement)
NS_INTERFACE_TABLE_HEAD(nsSVGAnimateMotionElement)
NS_NODE_INTERFACE_TABLE5(nsSVGAnimateMotionElement, nsIDOMNode,
nsIDOMElement, nsIDOMSVGElement,
nsIDOMSVGAnimationElement,
nsIDOMSVGAnimateMotionElement)
NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO(SVGAnimateElement)
NS_DOM_INTERFACE_MAP_ENTRY_CLASSINFO(SVGAnimateMotionElement)
NS_INTERFACE_MAP_END_INHERITING(nsSVGAnimateMotionElementBase)
//----------------------------------------------------------------------

View File

@ -235,6 +235,7 @@ DOMCI_CLASS(SVGAltGlyphElement)
#ifdef MOZ_SMIL
DOMCI_CLASS(SVGAnimateElement)
DOMCI_CLASS(SVGAnimateTransformElement)
DOMCI_CLASS(SVGAnimateMotionElement)
DOMCI_CLASS(SVGSetElement)
#endif // MOZ_SMIL
DOMCI_CLASS(SVGCircleElement)

View File

@ -14,12 +14,12 @@
*
* The Original Code is the Mozilla SVG project.
*
* The Initial Developer of the Original Code is Brian Birtles.
* Portions created by the Initial Developer are Copyright (C) 2005
* The Initial Developer of the Original Code is Eric Hedekar.
* Portions created by the Initial Developer are Copyright (C) 2009
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Brian Birtles <birtles@gmail.com>
* Eric Hedekar <afterthebeep@gmail.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),