| Index: Source/WebCore/platform/Length.h
|
| diff --git a/Source/WebCore/platform/Length.h b/Source/WebCore/platform/Length.h
|
| index 64cb9b8f74631dd2ccb35b4edf6de25a1973598e..9e95cf8504839efefad2947b5d92d6e5c6190247 100644
|
| --- a/Source/WebCore/platform/Length.h
|
| +++ b/Source/WebCore/platform/Length.h
|
| @@ -228,6 +228,8 @@ public:
|
| bool isCalculatedEqual(const Length&) const;
|
| bool isMinContent() const { return type() == MinContent; }
|
| bool isMaxContent() const { return type() == MaxContent; }
|
| + bool isFillAvailable() const { return type() == FillAvailable; }
|
| + bool isFitContent() const { return type() == FitContent; }
|
|
|
| Length blend(const Length& from, double progress) const
|
| {
|
|
|