| 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 c314722da19460d6b72eab80a745315ea54b2de0..5ac24ee3d9f0882e3bc419cc11239a55d2096926 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| @@ -31,7 +31,7 @@ void DrawingDisplayItem::appendToWebDisplayItemList(const IntRect& visualRect, W
|
|
|
| bool DrawingDisplayItem::drawsContent() const
|
| {
|
| - return m_picture;
|
| + return m_picture.get();
|
| }
|
|
|
| void DrawingDisplayItem::analyzeForGpuRasterization(SkPictureGpuAnalyzer& analyzer) const
|
|
|