diff options
Diffstat (limited to 'WebCore/css/CSSComputedStyleDeclaration.h')
-rw-r--r-- | WebCore/css/CSSComputedStyleDeclaration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/css/CSSComputedStyleDeclaration.h b/WebCore/css/CSSComputedStyleDeclaration.h index 816d15a..d4b7df2 100644 --- a/WebCore/css/CSSComputedStyleDeclaration.h +++ b/WebCore/css/CSSComputedStyleDeclaration.h @@ -58,6 +58,7 @@ public: PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID, EUpdateLayout) const; PassRefPtr<CSSValue> getFontSizeCSSValuePreferringKeyword() const; + bool useFixedFontDefaultSize() const; #if ENABLE(SVG) PassRefPtr<CSSValue> getSVGPropertyCSSValue(int propertyID, EUpdateLayout) const; #endif |