~ubuntu-branches/ubuntu/karmic/webkit/karmic-proposed

« back to all changes in this revision

Viewing changes to WebCore/svg/animation/SVGSMILElement.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-05-15 18:30:58 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515183058-50q5exjo9b1kxy9s
Tags: 1.1.7-1
* New upstream release
* debian/libwebkit-1.0-2.symbols:
- updated with the new symbols in 1.1.7
* debian/libwebkit-dev.install, debian/libwebkit-dev.links,
  debian/rules:
- Build, and ship gtk-doc documentation (Closes: #526683)
* debian/copyright:
- updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 */
25
25
 
26
26
#include "config.h"
 
27
 
27
28
#if ENABLE(SVG_ANIMATION)
28
29
#include "SVGSMILElement.h"
29
30
 
34
35
#include "FloatConversion.h"
35
36
#include "FrameView.h"
36
37
#include "HTMLNames.h"
 
38
#include "MappedAttribute.h"
 
39
#include "SMILTimeContainer.h"
37
40
#include "SVGNames.h"
38
41
#include "SVGParserUtilities.h"
39
42
#include "SVGSVGElement.h"
40
43
#include "SVGURIReference.h"
41
 
#include "SMILTimeContainer.h"
42
44
#include "XLinkNames.h"
43
45
#include <math.h>
44
46
#include <wtf/MathExtras.h>