summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/SVGInlineTextBox.h
diff options
context:
space:
mode:
authorFeng Qian <fqian@google.com>2009-06-17 12:12:20 -0700
committerFeng Qian <fqian@google.com>2009-06-17 12:12:20 -0700
commit5f1ab04193ad0130ca8204aadaceae083aca9881 (patch)
tree5a92cd389e2cfe7fb67197ce14b38469462379f8 /WebCore/rendering/SVGInlineTextBox.h
parent194315e5a908cc8ed67d597010544803eef1ac59 (diff)
downloadexternal_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.zip
external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.gz
external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.bz2
Get WebKit r44544.
Diffstat (limited to 'WebCore/rendering/SVGInlineTextBox.h')
-rw-r--r--WebCore/rendering/SVGInlineTextBox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/rendering/SVGInlineTextBox.h b/WebCore/rendering/SVGInlineTextBox.h
index 6287c81..410218d 100644
--- a/WebCore/rendering/SVGInlineTextBox.h
+++ b/WebCore/rendering/SVGInlineTextBox.h
@@ -29,15 +29,16 @@
namespace WebCore {
- class SVGChar;
class SVGRootInlineBox;
- class SVGTextDecorationInfo;
+
+ struct SVGChar;
+ struct SVGTextDecorationInfo;
class SVGInlineTextBox : public InlineTextBox {
public:
SVGInlineTextBox(RenderObject* obj);
- virtual int height() const { return m_height; }
+ virtual int svgBoxHeight() const { return m_height; }
void setHeight(int h) { m_height = h; }
virtual int selectionTop();