Index: cc/blink/web_display_item_list_impl.h |
diff --git a/cc/blink/web_display_item_list_impl.h b/cc/blink/web_display_item_list_impl.h |
index e3fa9b87920be98202fd4c622f97b16ba4a9a969..b540f1cd56307a1bcdba6603e4984561c5bed9f0 100644 |
--- a/cc/blink/web_display_item_list_impl.h |
+++ b/cc/blink/web_display_item_list_impl.h |
@@ -41,8 +41,7 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList { |
// blink::WebDisplayItemList implementation. |
void AppendDrawingItem(const blink::WebRect& visual_rect, |
- sk_sp<const cc::PaintRecord> record, |
- const blink::WebRect& record_bounds) override; |
+ sk_sp<const cc::PaintRecord> record) override; |
void AppendClipItem( |
const blink::WebRect& clip_rect, |
const blink::WebVector<SkRRect>& rounded_clip_rects) override; |