| Index: cc/playback/transform_display_item.h
|
| diff --git a/cc/playback/transform_display_item.h b/cc/playback/transform_display_item.h
|
| index eb9d1574cbf6e6db81a818c2590d2ff41247d4d0..5978bb99a86a66523167b40016577d6b2a5fe5dd 100644
|
| --- a/cc/playback/transform_display_item.h
|
| +++ b/cc/playback/transform_display_item.h
|
| @@ -24,7 +24,6 @@ class CC_EXPORT TransformDisplayItem : 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;
|
| @@ -45,7 +44,6 @@ class CC_EXPORT EndTransformDisplayItem : 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;
|
|
|