| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index e68a3c5efda8d5d58d5465f70760df29db69cb93..03f76201a097841b49b634dc5c203578b4903a31 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -234,6 +234,8 @@ public:
|
| virtual bool isEndAndPairedWith(const DisplayItem& other) const { return false; }
|
| #endif
|
|
|
| + virtual bool drawsContent() const { return false; }
|
| +
|
| #ifndef NDEBUG
|
| static WTF::String typeAsDebugString(DisplayItem::Type);
|
|
|
|
|