| Index: Source/core/platform/graphics/chromium/UniscribeHelper.h
|
| diff --git a/Source/core/platform/graphics/chromium/UniscribeHelper.h b/Source/core/platform/graphics/chromium/UniscribeHelper.h
|
| index 66826adfed1e1504f6f80288da76797aca90b610..8a724c6d6088e4cf07f4f7d53a44963d299dbded 100644
|
| --- a/Source/core/platform/graphics/chromium/UniscribeHelper.h
|
| +++ b/Source/core/platform/graphics/chromium/UniscribeHelper.h
|
| @@ -46,6 +46,7 @@ namespace WebCore {
|
|
|
| class FloatRect;
|
| class FontFeatureSettings;
|
| +class FontPlatformData;
|
| class GraphicsContext;
|
|
|
| const unsigned cUniscribeHelperStackRuns = 8;
|
| @@ -197,10 +198,9 @@ public:
|
| // be pre-set.
|
| //
|
| // The y position is the upper left corner, NOT the baseline.
|
| - void draw(GraphicsContext* graphicsContext, HDC dc,
|
| - int x, int y,
|
| - const FloatRect& textRect,
|
| - int from, int to);
|
| + void draw(GraphicsContext*, const FontPlatformData&, HDC,
|
| + int x, int y, const FloatRect& textRect,
|
| + int from, int to);
|
|
|
| // Returns the first glyph assigned to the character at the given offset.
|
| // This function is used to retrieve glyph information when Uniscribe is
|
|
|