| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 6e81bf8573e12c612a55e26563353c13262697ce..9f384ca9f4f6ef671d1ccea0a125ad87218282e1 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -215,8 +215,7 @@ class DraggedNodeImageBuilder {
|
| PaintLayerPainter(*layer).paint(builder.context(), paintingInfo, flags);
|
| PropertyTreeState borderBoxProperties = PropertyTreeState::root();
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| - borderBoxProperties =
|
| - *layer->layoutObject().paintProperties()->localBorderBoxProperties();
|
| + borderBoxProperties = *layer->layoutObject().localBorderBoxProperties();
|
| }
|
| return createDragImage(
|
| *m_localFrame, 1.0f,
|
|
|