| 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 c291fdac42232afac2868780a275c8cf95bb2fd7..626fffb6f1c6d5056db352f7e0f841f28b97e08c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| @@ -30,7 +30,7 @@ void DrawingDisplayItem::appendToWebDisplayItemList(const IntRect& visualRect, W
|
|
|
| bool DrawingDisplayItem::drawsContent() const
|
| {
|
| - return m_picture;
|
| + return m_picture.get();
|
| }
|
|
|
| #ifndef NDEBUG
|
|
|