| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 93b25707392d9bbf25752b617e60806f5cda2494..cf25793e86487ae8c82219d4bac6446afae5b763 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -87,6 +87,7 @@ public:
|
| HasSlowRepaintObjects = 1 << 0,
|
| HasViewportConstrainedObjectsWithoutSupportingFixedLayers = 1 << 1,
|
| HasNonLayerViewportConstrainedObjects = 1 << 2,
|
| + AcceleratedScrollingDisabled = 1 << 3
|
| };
|
|
|
| MainThreadScrollingReasons mainThreadScrollingReasons() const;
|
|
|