| 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 e292c4d1cc5216bcb4d02ec064ddb664f332160e..93ef22f0bb6ca30dd352d4a8d77b1fe179a64b4b 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
|
| };
|
|
|