| Index: third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.cpp b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| index 36528726de66627ab79c4a1927803954f2603d8c..a206206e983646403ab727a6fe7f109af8b11190 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| @@ -198,7 +198,7 @@ void BlockPainter::paintObject(const PaintInfo& paintInfo,
|
| Optional<ScrollRecorder> scrollRecorder;
|
| Optional<PaintInfo> scrolledPaintInfo;
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| - const auto* objectProperties = m_layoutBlock.objectPaintProperties();
|
| + const auto* objectProperties = m_layoutBlock.paintProperties();
|
| if (auto* scroll =
|
| objectProperties ? objectProperties->scroll() : nullptr) {
|
| PaintChunkProperties properties(paintInfo.context.getPaintController()
|
|
|