| 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 2399935102d1b2ca0ba3c3410d426afc45070a42..3dd788b03803fb4818b46de2aa766912627e51ce 100644
|
| --- a/cc/playback/float_clip_display_item.h
|
| +++ b/cc/playback/float_clip_display_item.h
|
| @@ -28,7 +28,8 @@ class CC_EXPORT FloatClipDisplayItem : public DisplayItem {
|
| void Raster(SkCanvas* canvas,
|
| const gfx::Rect& canvas_target_playback_rect,
|
| SkPicture::AbortCallback* callback) const override;
|
| - void AsValueInto(base::trace_event::TracedValue* array) const override;
|
| + void AsValueInto(const gfx::Rect& visual_rect,
|
| + base::trace_event::TracedValue* array) const override;
|
|
|
| private:
|
| gfx::RectF clip_rect_;
|
| @@ -48,7 +49,8 @@ class CC_EXPORT EndFloatClipDisplayItem : public DisplayItem {
|
| void Raster(SkCanvas* canvas,
|
| const gfx::Rect& canvas_target_playback_rect,
|
| SkPicture::AbortCallback* callback) const override;
|
| - void AsValueInto(base::trace_event::TracedValue* array) const override;
|
| + void AsValueInto(const gfx::Rect& visual_rect,
|
| + base::trace_event::TracedValue* array) const override;
|
| };
|
|
|
| } // namespace cc
|
|
|