| 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 9b61e5b17f2708a6aaf3b15b03de0c31244ae0a0..fc92f6522f945718c99b31efb371c9e8de15ba9b 100644
|
| --- a/cc/blink/web_display_item_list_impl.h
|
| +++ b/cc/blink/web_display_item_list_impl.h
|
| @@ -62,7 +62,7 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList {
|
| SkColorFilter*) override;
|
| void appendEndCompositingItem() override;
|
| void appendFilterItem(const cc::FilterOperations& filters,
|
| - const blink::WebFloatRect& bounds) override;
|
| + const blink::WebFloatRect& filter_bounds) override;
|
| void appendEndFilterItem() override;
|
| void appendScrollItem(const blink::WebSize& scrollOffset,
|
| ScrollContainerId) override;
|
|
|