| 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 94733c534c3a0eacdebb465a3dc377b30394c2af..13d637f85a306680ae8a6ce6fa5bd00ed3d0a560 100644
 | 
| --- a/cc/playback/float_clip_display_item.h
 | 
| +++ b/cc/playback/float_clip_display_item.h
 | 
| @@ -24,6 +24,7 @@ class CC_EXPORT FloatClipDisplayItem : public DisplayItem {
 | 
|    void SetNew(const gfx::RectF& clip_rect);
 | 
|  
 | 
|    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;
 | 
|  
 | 
| @@ -41,6 +42,7 @@ 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;
 | 
|  };
 | 
| 
 |