| Index: cc/resources/drawing_display_item.h
|
| diff --git a/cc/resources/drawing_display_item.h b/cc/resources/drawing_display_item.h
|
| index 544e4eb3bf913509c359cbe190bc77aecb9e097e..5723dc4f3b21763abe5a89384ce00acfa87f105f 100644
|
| --- a/cc/resources/drawing_display_item.h
|
| +++ b/cc/resources/drawing_display_item.h
|
| @@ -19,7 +19,7 @@ namespace cc {
|
|
|
| class CC_EXPORT DrawingDisplayItem : public DisplayItem {
|
| public:
|
| - virtual ~DrawingDisplayItem();
|
| + ~DrawingDisplayItem() override;
|
|
|
| static scoped_ptr<DrawingDisplayItem> Create(skia::RefPtr<SkPicture> picture,
|
| gfx::PointF location) {
|
|
|