| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| index b630917eaa2a5586fd27e8eff7d7945cd2f1bc18..c291fdac42232afac2868780a275c8cf95bb2fd7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| @@ -25,7 +25,7 @@ void DrawingDisplayItem::replay(GraphicsContext& context) const
|
| void DrawingDisplayItem::appendToWebDisplayItemList(const IntRect& visualRect, WebDisplayItemList* list) const
|
| {
|
| if (m_picture)
|
| - list->appendDrawingItem(visualRect, m_picture.get());
|
| + list->appendDrawingItem(visualRect, toSkSp(m_picture));
|
| }
|
|
|
| bool DrawingDisplayItem::drawsContent() const
|
|
|