| Index: Source/core/platform/Length.h
|
| diff --git a/Source/core/platform/Length.h b/Source/core/platform/Length.h
|
| index 32ce21f11b18dfb32d00a303b8cd633c8f848461..1a655d464d04a05d5bd9d8aad40f8918a4ae7446 100644
|
| --- a/Source/core/platform/Length.h
|
| +++ b/Source/core/platform/Length.h
|
| @@ -40,6 +40,7 @@ enum LengthType {
|
| MinContent, MaxContent, FillAvailable, FitContent,
|
| Calculated,
|
| ViewportPercentageWidth, ViewportPercentageHeight, ViewportPercentageMin, ViewportPercentageMax,
|
| + ExtendToZoom,
|
| Undefined
|
| };
|
|
|
|
|