| Index: sky/engine/platform/scroll/ScrollTypes.h
|
| diff --git a/sky/engine/platform/scroll/ScrollTypes.h b/sky/engine/platform/scroll/ScrollTypes.h
|
| index 6d2bb1b671024c84df3c8c3e0b48d5b87c9fa90d..a031f5543a4055b4cce8cc28e2f0d175aabcfbda 100644
|
| --- a/sky/engine/platform/scroll/ScrollTypes.h
|
| +++ b/sky/engine/platform/scroll/ScrollTypes.h
|
| @@ -67,6 +67,17 @@ enum ScrollbarOverlayStyle {
|
| ScrollbarOverlayStyleLight
|
| };
|
|
|
| +enum IncludeScrollbarsInRect {
|
| + ExcludeScrollbars,
|
| + IncludeScrollbars,
|
| +};
|
| +
|
| +enum ScrollBehavior {
|
| + ScrollBehaviorAuto,
|
| + ScrollBehaviorInstant,
|
| + ScrollBehaviorSmooth,
|
| +};
|
| +
|
| }
|
|
|
| #endif // SKY_ENGINE_PLATFORM_SCROLL_SCROLLTYPES_H_
|
|
|