| Index: Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| diff --git a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| index 6cb370d893d5635f919b609812ed83909c5e4b9a..798c0a33ee15700777ebb0888f62f3944e6e5118 100644
|
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| @@ -34,6 +34,7 @@
|
|
|
| #include "config.h"
|
|
|
| +#include "../ports/SkTypeface_win.h"
|
| #include "SkPaint.h"
|
| #include "SkTypeface.h"
|
| #include "core/platform/SharedBuffer.h"
|
| @@ -73,6 +74,7 @@ public:
|
| FontPlatformData(float size, bool bold, bool oblique);
|
| FontPlatformData(const FontPlatformData&);
|
| FontPlatformData(const FontPlatformData&, float textSize);
|
| + FontPlatformData(SkTypeface*, const char* name, float textSize, bool fakeBold, bool fakeItalic, FontOrientation = Horizontal);
|
|
|
| #if !ENABLE(GDI_FONTS_ON_WINDOWS)
|
| void setupPaint(SkPaint*) const;
|
|
|