Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: Source/WebKit/chromium/src/WebFontImpl.h

Issue 18332019: Allow fractional letter- word-spacing values. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: *actually* add the file Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/src/WebFontImpl.h
diff --git a/Source/WebKit/chromium/src/WebFontImpl.h b/Source/WebKit/chromium/src/WebFontImpl.h
index 66bc544e41ed6640dba2872748d9ae44008184d1..aba6f6ce1d969eb82aada03d6f85fe41b3d6b185 100644
--- a/Source/WebKit/chromium/src/WebFontImpl.h
+++ b/Source/WebKit/chromium/src/WebFontImpl.h
@@ -40,7 +40,7 @@ namespace WebKit {
class WebFontImpl : public WebFont {
public:
- WebFontImpl(const WebCore::FontDescription&, short letterSpacing, short wordSpacing);
+ WebFontImpl(const WebCore::FontDescription&, float letterSpacing, float wordSpacing);
virtual WebFontDescription fontDescription() const;
« no previous file with comments | « LayoutTests/platform/win/svg/custom/text-letter-spacing-expected.txt ('k') | Source/WebKit/chromium/src/WebFontImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698