| Index: Source/platform/fonts/FontDescription.h
|
| diff --git a/Source/platform/fonts/FontDescription.h b/Source/platform/fonts/FontDescription.h
|
| index 9cefae0436a002fe2cde08e1388cad87c6c91946..2b6657a82074671cc54348c1da73b87690004cc1 100644
|
| --- a/Source/platform/fonts/FontDescription.h
|
| +++ b/Source/platform/fonts/FontDescription.h
|
| @@ -127,7 +127,7 @@ public:
|
| FontDescription makeNormalFeatureSettings() const;
|
|
|
| float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
|
| - FontCacheKey cacheKey(const AtomicString& familyName, FontTraits desiredTraits = FontTraits(0)) const;
|
| + FontCacheKey cacheKey(const FontFaceCreationParams&, FontTraits desiredTraits = FontTraits(0)) const;
|
|
|
| void setFamily(const FontFamily& family) { m_familyList = family; }
|
| void setComputedSize(float s) { m_computedSize = clampToFloat(s); }
|
|
|