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: |
DrawingDisplayItem(DisplayItemClient client, Type type, PassRefPtr<const SkPicture> picture) |
: DisplayItem(client, type), m_picture(picture) |
{ |