Index: Source/WebKit/chromium/src/WebFontImpl.cpp |
diff --git a/Source/WebKit/chromium/src/WebFontImpl.cpp b/Source/WebKit/chromium/src/WebFontImpl.cpp |
index 319aaea179b70d84cb4e1f86cabd7bc91658fd75..c8ec94bbd6143285e94f5fd760b04abef1f27b2a 100644 |
--- a/Source/WebKit/chromium/src/WebFontImpl.cpp |
+++ b/Source/WebKit/chromium/src/WebFontImpl.cpp |
@@ -52,7 +52,7 @@ WebFont* WebFont::create(const WebFontDescription& desc) |
return new WebFontImpl(desc, desc.letterSpacing, desc.wordSpacing); |
} |
-WebFontImpl::WebFontImpl(const FontDescription& desc, short letterSpacing, short wordSpacing) |
+WebFontImpl::WebFontImpl(const FontDescription& desc, float letterSpacing, float wordSpacing) |
: m_font(desc, letterSpacing, wordSpacing) |
{ |
m_font.update(0); |