| 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 28ec16bf05df69cd3ff5879101a89e79992a9455..aea73031f151645c1501b91075110b83701324e0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp
|
| @@ -17,6 +17,8 @@ namespace blink {
|
| void DrawingDisplayItem::replay(GraphicsContext& context) const {
|
| if (m_record)
|
| context.drawRecord(m_record.get());
|
| + else if (m_drawable)
|
| + context.drawDrawable(m_drawable.get());
|
| }
|
|
|
| void DrawingDisplayItem::appendToWebDisplayItemList(
|
|
|