| Index: Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm
|
| ===================================================================
|
| --- Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm (revision 139983)
|
| +++ Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm (working copy)
|
| @@ -366,7 +366,7 @@
|
| reasonsDescription.append("slow-repaint objects,");
|
| if (mainThreadScrollingReasons & ScrollingCoordinator::HasViewportConstrainedObjectsWithoutSupportingFixedLayers)
|
| reasonsDescription.append("viewport-constrained objects,");
|
| - if (mainThreadScrollingReasons & ScrollingCoordinator::HasNonLayerFixedObjects)
|
| + if (mainThreadScrollingReasons & ScrollingCoordinator::HasNonLayerViewportConstrainedObjects)
|
| reasonsDescription.append("non-layer viewport-constrained objects,");
|
| if (mainThreadScrollingReasons & ScrollingCoordinator::IsImageDocument)
|
| reasonsDescription.append("image document,");
|
|
|