| 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 ab9e7dca197a43cea3587ae18f011f1c3958010e..475b58b4b0ef4cb0a77abe02af6e404509d5480c 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -78,7 +78,7 @@ public:
|
| void scrollableAreasDidChange();
|
|
|
| // Should be called whenever the slow repaint objects counter changes between zero and one.
|
| - void frameViewHasSlowRepaintObjectsDidChange(FrameView*);
|
| + void frameViewHasBackgroundAttachmentFixedObjectsDidChange(FrameView*);
|
|
|
| // Should be called whenever the set of fixed objects changes.
|
| void frameViewFixedObjectsDidChange(FrameView*);
|
| @@ -92,7 +92,7 @@ public:
|
| #endif
|
|
|
| enum MainThreadScrollingReasonFlags {
|
| - HasSlowRepaintObjects = 1 << 0,
|
| + HasBackgroundAttachmentFixedObjects = 1 << 0,
|
| HasNonLayerViewportConstrainedObjects = 1 << 1,
|
| ThreadedScrollingDisabled = 1 << 2
|
| };
|
|
|