| 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 95c705b74b96ba744d0637b3af9a8f004222fc9b..7d6756231bdede7d949cbe2810864c4315667c56 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->hasBackgroundAttachmentFixedMainThreadScrollingReason() ? "yes" : "no");
|
| }
|
| };
|
|
|
|
|