| Index: third_party/WebKit/Source/core/css/FontSize.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontSize.h b/third_party/WebKit/Source/core/css/FontSize.h
|
| index 5be4149e2d32a8a67cb4ee2c4f6ef29bb1045b63..89b777b37b4305ea6c443464c4d7bb1f664823c8 100644
|
| --- a/third_party/WebKit/Source/core/css/FontSize.h
|
| +++ b/third_party/WebKit/Source/core/css/FontSize.h
|
| @@ -29,12 +29,12 @@ namespace blink {
|
|
|
| class Document;
|
|
|
| -enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimumForFontFize };
|
| +enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimumForFontSize };
|
|
|
| class FontSize {
|
| STATIC_ONLY(FontSize);
|
| public:
|
| - static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
|
| + static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontSize);
|
|
|
| // Given a CSS keyword in the range (xx-small to -webkit-xxx-large), this function returns
|
| // values from '1' to '8'.
|
|
|