| Index: Source/WebCore/page/scrolling/ScrollingCoordinator.h
|
| ===================================================================
|
| --- Source/WebCore/page/scrolling/ScrollingCoordinator.h (revision 139983)
|
| +++ Source/WebCore/page/scrolling/ScrollingCoordinator.h (working copy)
|
| @@ -137,7 +137,7 @@
|
| ForcedOnMainThread = 1 << 0,
|
| HasSlowRepaintObjects = 1 << 1,
|
| HasViewportConstrainedObjectsWithoutSupportingFixedLayers = 1 << 2,
|
| - HasNonLayerFixedObjects = 1 << 3,
|
| + HasNonLayerViewportConstrainedObjects = 1 << 3,
|
| IsImageDocument = 1 << 4
|
| };
|
|
|
| @@ -174,7 +174,7 @@
|
| virtual void recomputeWheelEventHandlerCountForFrameView(FrameView*) { }
|
| virtual void setShouldUpdateScrollLayerPositionOnMainThread(MainThreadScrollingReasons) { }
|
|
|
| - virtual bool hasVisibleSlowRepaintFixedObjects(FrameView*) const;
|
| + virtual bool hasVisibleSlowRepaintViewportConstrainedObjects(FrameView*) const;
|
| void updateShouldUpdateScrollLayerPositionOnMainThread();
|
|
|
| void updateMainFrameScrollPositionTimerFired(Timer<ScrollingCoordinator>*);
|
|
|