| Index: Source/platform/scroll/ScrollTypes.h
|
| diff --git a/Source/platform/scroll/ScrollTypes.h b/Source/platform/scroll/ScrollTypes.h
|
| index ab1cd234d43aff3976204adccee2fd50c28715af..f1e424b1f349ab76abc60d9e994581e46f29400e 100644
|
| --- a/Source/platform/scroll/ScrollTypes.h
|
| +++ b/Source/platform/scroll/ScrollTypes.h
|
| @@ -49,6 +49,12 @@ enum ScrollDirectionPhysical {
|
| ScrollRight
|
| };
|
|
|
| +enum ScrollType {
|
| + UserScroll,
|
| + ProgrammaticScroll,
|
| + CompositorScroll
|
| +};
|
| +
|
| // Convert logical scroll direction to physical. Physical scroll directions are unaffected.
|
| inline ScrollDirectionPhysical toPhysicalDirection(ScrollDirection direction, bool isVertical, bool isFlipped)
|
| {
|
|
|