| Index: Source/platform/graphics/paint/DrawingDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DrawingDisplayItem.h b/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| index 8aff94a9bab414cd9429b9abc255a1ad79236fb0..7eae17ec1f4fdb07a1af1a67c208a10f17b28ddd 100644
|
| --- a/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -22,6 +22,7 @@ public:
|
|
|
| virtual void replay(GraphicsContext*);
|
| virtual void appendToWebDisplayItemList(WebDisplayItemList*) const override;
|
| + virtual bool drawsContent() const override;
|
|
|
| PassRefPtr<const SkPicture> picture() const { return m_picture; }
|
|
|
|
|