| Index: cc/playback/display_item.h
|
| diff --git a/cc/playback/display_item.h b/cc/playback/display_item.h
|
| index e48d794682904419e9dddf37cab597694251cbe8..3f1a36fd0060c6a96b524d73027bee1b35a161d8 100644
|
| --- a/cc/playback/display_item.h
|
| +++ b/cc/playback/display_item.h
|
| @@ -34,7 +34,6 @@ class CC_EXPORT DisplayItem {
|
| virtual void ToProtobuf(proto::DisplayItem* proto) const = 0;
|
| virtual void FromProtobuf(const proto::DisplayItem& proto) = 0;
|
| virtual void Raster(SkCanvas* canvas,
|
| - const gfx::Rect& canvas_target_playback_rect,
|
| SkPicture::AbortCallback* callback) const = 0;
|
| virtual void AsValueInto(const gfx::Rect& visual_rect,
|
| base::trace_event::TracedValue* array) const = 0;
|
|
|