Chromium Code Reviews| Index: Source/platform/graphics/paint/DrawingDisplayItem.h |
| diff --git a/Source/platform/graphics/paint/DrawingDisplayItem.h b/Source/platform/graphics/paint/DrawingDisplayItem.h |
| index 7eae17ec1f4fdb07a1af1a67c208a10f17b28ddd..882eecf2d27ac48bd5ec70269ab866b89449d850 100644 |
| --- a/Source/platform/graphics/paint/DrawingDisplayItem.h |
| +++ b/Source/platform/graphics/paint/DrawingDisplayItem.h |
| @@ -26,7 +26,6 @@ public: |
| PassRefPtr<const SkPicture> picture() const { return m_picture; } |
| -protected: |
|
ajuma
2015/02/23 18:19:28
Spurious change?
pdr.
2015/02/23 22:00:55
We need to make this public so it can be created e
|
| DrawingDisplayItem(DisplayItemClient client, Type type, PassRefPtr<const SkPicture> picture) |
| : DisplayItem(client, type), m_picture(picture) |
| { |