| Index: Source/core/animation/LengthPropertyFunctions.h
|
| diff --git a/Source/core/animation/LengthPropertyFunctions.h b/Source/core/animation/LengthPropertyFunctions.h
|
| index d4e9c5e1a7124232cf795a6da9c515799e06f313..b5e5dc0fb7f879b0da1fa40aa3b00e54caa1170d 100644
|
| --- a/Source/core/animation/LengthPropertyFunctions.h
|
| +++ b/Source/core/animation/LengthPropertyFunctions.h
|
| @@ -17,12 +17,12 @@ class ComputedStyle;
|
| class LengthPropertyFunctions {
|
| STATIC_ONLY(LengthPropertyFunctions);
|
| public:
|
| - typedef void (ComputedStyle::*LengthSetter)(const Length&);
|
| -
|
| static ValueRange valueRange(CSSPropertyID);
|
| + static bool isZoomedLength(CSSPropertyID);
|
| static bool getPixelsForKeyword(CSSPropertyID, CSSValueID, double& resultPixels);
|
| - static bool getLength(CSSPropertyID, const ComputedStyle&, Length& result);
|
| static bool getInitialLength(CSSPropertyID, Length& result);
|
| + static bool getLength(CSSPropertyID, const ComputedStyle&, Length& result);
|
| + static bool setLength(CSSPropertyID, ComputedStyle&, const Length&);
|
| };
|
|
|
| } // namespace blink
|
|
|