X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2Fsvg%2FRenderSVGInlineText.h;h=30a0a2afa2009063e54e7c49aa5f16d91a932ea5;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=b7fc9add99bd5fe370d0ba1c86e29491bb30b2da;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGInlineText.h b/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGInlineText.h index b7fc9ad..30a0a2a 100644 --- a/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGInlineText.h +++ b/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGInlineText.h @@ -25,7 +25,7 @@ #include "core/rendering/RenderText.h" #include "core/rendering/svg/SVGTextLayoutAttributes.h" -namespace WebCore { +namespace blink { class RenderSVGInlineText FINAL : public RenderText { public: @@ -33,6 +33,7 @@ public: bool characterStartsNewTextChunk(int position) const; SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; } + const SVGTextLayoutAttributes* layoutAttributes() const { return &m_layoutAttributes; } float scalingFactor() const { return m_scalingFactor; } const Font& scaledFont() const { return m_scaledFont; }