| Index: Source/core/platform/graphics/skia/SkiaFontWin.h
|
| diff --git a/Source/core/platform/graphics/skia/SkiaFontWin.h b/Source/core/platform/graphics/skia/SkiaFontWin.h
|
| index 5e41a0d091a89162ecd8a0a79909b3b0645e8266..b5253baf12965b7062b9b2d9c1e00497c334239a 100644
|
| --- a/Source/core/platform/graphics/skia/SkiaFontWin.h
|
| +++ b/Source/core/platform/graphics/skia/SkiaFontWin.h
|
| @@ -58,13 +58,14 @@ void paintSkiaText(GraphicsContext*,
|
| // Note: this is less efficient than calling the version with FontPlatformData,
|
| // as that caches the SkTypeface object.
|
| void paintSkiaText(GraphicsContext*,
|
| - HFONT,
|
| - int numGlyphs,
|
| - const WORD* glyphs,
|
| - const int* advances,
|
| - const GOFFSET* offsets,
|
| - const SkPoint& origin,
|
| - const SkRect& textRect);
|
| + const FontPlatformData&,
|
| + HFONT,
|
| + int numGlyphs,
|
| + const WORD* glyphs,
|
| + const int* advances,
|
| + const GOFFSET* offsets,
|
| + const SkPoint& origin,
|
| + const SkRect& textRect);
|
|
|
| } // namespace WebCore
|
|
|
|
|