| Index: sky/engine/core/css/FontSize.h
|
| diff --git a/sky/engine/core/css/FontSize.h b/sky/engine/core/css/FontSize.h
|
| index a864114419e9bd87da50201fb01054c4cbb63236..32200c99ee018abaa3d8b80fc0296dfddfdc5ab3 100644
|
| --- a/sky/engine/core/css/FontSize.h
|
| +++ b/sky/engine/core/css/FontSize.h
|
| @@ -38,7 +38,7 @@ private:
|
| }
|
|
|
| public:
|
| - static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
|
| + static float getComputedSizeFromSpecifiedSize(const Document*, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
|
|
|
| // Given a CSS keyword in the range (xx-small to -webkit-xxx-large), this function will return
|
| // the correct font size scaled relative to the user's default (medium).
|
|
|