| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index d18201e25fd0635fab79008a56d4735fa9825bfd..289df6c23e80bac2fba9e5e7617b32fd78efca45 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -98,7 +98,8 @@ public:
|
| enum MainThreadScrollingReasonFlags {
|
| HasBackgroundAttachmentFixedObjects = 1 << 0,
|
| HasNonLayerViewportConstrainedObjects = 1 << 1,
|
| - ThreadedScrollingDisabled = 1 << 2
|
| + HasStickyPositionObjects = 1 << 2,
|
| + ThreadedScrollingDisabled = 1 << 3
|
| };
|
|
|
| MainThreadScrollingReasons mainThreadScrollingReasons() const;
|
|
|