| Index: sky/engine/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| index 99d649e8fb1d5c56c7289694882d3dd67accb73b..7c51802cb1ede0f23602d169f3a033262ede8982 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -64,7 +64,7 @@ enum EBoxSizing { CONTENT_BOX, BORDER_BOX };
|
| // Random visual rendering model attributes. Not inherited.
|
|
|
| enum EOverflow {
|
| - OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
|
| + OVISIBLE, OHIDDEN, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
|
| };
|
|
|
| enum EVerticalAlign {
|
| @@ -77,7 +77,7 @@ enum ETableLayout {
|
| };
|
|
|
| enum EFillAttachment {
|
| - ScrollBackgroundAttachment, LocalBackgroundAttachment, FixedBackgroundAttachment
|
| + LocalBackgroundAttachment, FixedBackgroundAttachment
|
| };
|
|
|
| enum EFillBox {
|
|
|