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

« back to all changes in this revision

Viewing changes to WebCore/svg/SVGFontFaceElement.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:
23
23
 
24
24
#if ENABLE(SVG_FONTS)
25
25
#include "SVGFontFaceElement.h"
 
26
 
26
27
#include "CString.h"
27
28
#include "CSSFontFaceRule.h"
28
29
#include "CSSFontFaceSrcValue.h"
35
36
#include "CSSValueList.h"
36
37
#include "Document.h"
37
38
#include "Font.h"
 
39
#include "MappedAttribute.h"
38
40
#include "SVGDefinitionSrcElement.h"
39
41
#include "SVGFontElement.h"
40
42
#include "SVGFontFaceSrcElement.h"
41
43
#include "SVGGlyphElement.h"
42
44
#include "SVGNames.h"
43
 
 
44
45
#include <math.h>
45
46
 
46
47
namespace WebCore {