| Index: cc/paint/drawing_display_item.h
|
| diff --git a/cc/paint/drawing_display_item.h b/cc/paint/drawing_display_item.h
|
| index a746a0723f0cfa85ecff5d66578cc2c4b9ad1ce4..677d0b62af8fcf073d0c1e3d545d3bc1e330950b 100644
|
| --- a/cc/paint/drawing_display_item.h
|
| +++ b/cc/paint/drawing_display_item.h
|
| @@ -17,8 +17,7 @@ namespace cc {
|
| class CC_PAINT_EXPORT DrawingDisplayItem : public DisplayItem {
|
| public:
|
| DrawingDisplayItem();
|
| - explicit DrawingDisplayItem(sk_sp<const PaintRecord> record,
|
| - const SkRect& bounds);
|
| + explicit DrawingDisplayItem(sk_sp<const PaintRecord> record);
|
| explicit DrawingDisplayItem(const DrawingDisplayItem& item);
|
| ~DrawingDisplayItem() override;
|
|
|
| @@ -26,7 +25,6 @@ class CC_PAINT_EXPORT DrawingDisplayItem : public DisplayItem {
|
| size_t OpCount() const;
|
|
|
| const sk_sp<const PaintRecord> picture;
|
| - SkRect bounds;
|
| };
|
|
|
| } // namespace cc
|
|
|