1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef SVGTextPainter_h
6 #define SVGTextPainter_h
8 #include "wtf/Allocator.h"
15 class SVGTextPainter
{
18 SVGTextPainter(LayoutSVGText
& layoutSVGText
) : m_layoutSVGText(layoutSVGText
) { }
19 void paint(const PaintInfo
&);
22 LayoutSVGText
& m_layoutSVGText
;
27 #endif // SVGTextPainter_h