| Index: cc/playback/float_clip_display_item.h
|
| diff --git a/cc/playback/float_clip_display_item.h b/cc/playback/float_clip_display_item.h
|
| index 3dd788b03803fb4818b46de2aa766912627e51ce..5c0ac90f2f8aac33b0e4e946c56161881902d03f 100644
|
| --- a/cc/playback/float_clip_display_item.h
|
| +++ b/cc/playback/float_clip_display_item.h
|
| @@ -26,7 +26,6 @@ class CC_EXPORT FloatClipDisplayItem : public DisplayItem {
|
| void ToProtobuf(proto::DisplayItem* proto) const override;
|
| void FromProtobuf(const proto::DisplayItem& proto) override;
|
| void Raster(SkCanvas* canvas,
|
| - const gfx::Rect& canvas_target_playback_rect,
|
| SkPicture::AbortCallback* callback) const override;
|
| void AsValueInto(const gfx::Rect& visual_rect,
|
| base::trace_event::TracedValue* array) const override;
|
| @@ -47,7 +46,6 @@ class CC_EXPORT EndFloatClipDisplayItem : public DisplayItem {
|
| void ToProtobuf(proto::DisplayItem* proto) const override;
|
| void FromProtobuf(const proto::DisplayItem& proto) override;
|
| void Raster(SkCanvas* canvas,
|
| - const gfx::Rect& canvas_target_playback_rect,
|
| SkPicture::AbortCallback* callback) const override;
|
| void AsValueInto(const gfx::Rect& visual_rect,
|
| base::trace_event::TracedValue* array) const override;
|
|
|