| Index: cc/playback/clip_path_display_item.h
|
| diff --git a/cc/playback/clip_path_display_item.h b/cc/playback/clip_path_display_item.h
|
| index ea8ab17106696bfec1d55f87f2851367152129ed..95c0d66ba67517645bba421ebcefc06ac97d11c5 100644
|
| --- a/cc/playback/clip_path_display_item.h
|
| +++ b/cc/playback/clip_path_display_item.h
|
| @@ -26,7 +26,7 @@ class CC_EXPORT ClipPathDisplayItem : public DisplayItem {
|
| ~ClipPathDisplayItem() override;
|
|
|
| void ToProtobuf(proto::DisplayItem* proto) const override;
|
| - void Raster(SkCanvas* canvas,
|
| + void Raster(CdlCanvas* canvas,
|
| SkPicture::AbortCallback* callback) const override;
|
| void AsValueInto(const gfx::Rect& visual_rect,
|
| base::trace_event::TracedValue* array) const override;
|
| @@ -53,7 +53,7 @@ class CC_EXPORT EndClipPathDisplayItem : public DisplayItem {
|
| }
|
|
|
| void ToProtobuf(proto::DisplayItem* proto) const override;
|
| - void Raster(SkCanvas* canvas,
|
| + void Raster(CdlCanvas* canvas,
|
| SkPicture::AbortCallback* callback) const override;
|
| void AsValueInto(const gfx::Rect& visual_rect,
|
| base::trace_event::TracedValue* array) const override;
|
|
|