| Index: Source/platform/fonts/FontPlatformData.h
|
| diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h
|
| index 1a44b36f37e4b743cbe09b9e245229bad7598b0a..51ed7a64841545a9bb0c9ca34f8b98b60ad6a8a4 100644
|
| --- a/Source/platform/fonts/FontPlatformData.h
|
| +++ b/Source/platform/fonts/FontPlatformData.h
|
| @@ -62,6 +62,7 @@ typedef uint32_t SkFontID;
|
|
|
| namespace blink {
|
|
|
| +class Font;
|
| class GraphicsContext;
|
| class HarfBuzzFace;
|
|
|
| @@ -143,7 +144,7 @@ public:
|
| // The returned styles are all actual styles without FontRenderStyle::NoPreference.
|
| const FontRenderStyle& fontRenderStyle() const { return m_style; }
|
| #endif
|
| - void setupPaint(SkPaint*, GraphicsContext* = 0) const;
|
| + void setupPaint(SkPaint*, GraphicsContext* = 0, const Font* = 0) const;
|
|
|
| #if OS(WIN)
|
| int paintTextFlags() const { return m_paintTextFlags; }
|
|
|