| 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..493978bebc8434b6ec1dc5a7841f87904f66aacf 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,
|
| + ThreadedScrollingDisabled = 1 << 3
|
| };
|
|
|
| MainThreadScrollingReasons mainThreadScrollingReasons() const;
|
|
|