summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h')
-rw-r--r--Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h b/Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h
index b637ede..d9de002 100644
--- a/Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h
+++ b/Source/WebCore/platform/graphics/chromium/FontUtilsChromiumWin.h
@@ -78,7 +78,7 @@ const UChar* getFallbackFamily(const UChar* characters, int length,
// intl2 page-cycler test is noticeably slower with one out param than
// the current version although the subsequent 9 passes take about the
// same time.
-bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**);
+bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
enum {
FontStyleNormal = 0,