Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp |
index c2ca62fd5bb9f30b4fc5211f80474a1aaba47516..99ba3fb359bac352379d706d4f28c2bd7e2439b2 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp |
@@ -220,6 +220,8 @@ public: |
stringBuilder.append(node->userScrollableHorizontal() ? "yes" : "no"); |
stringBuilder.append(" userScrollableVertical="); |
stringBuilder.append(node->userScrollableVertical() ? "yes" : "no"); |
+ stringBuilder.append(" hasBackgroundAttachmentFixedMainThreadScrollingReason="); |
+ stringBuilder.append(node->hasMainThreadScrollingReasons(MainThreadScrollingReason::kHasBackgroundAttachmentFixedObjects) ? "yes" : "no"); |
} |
}; |