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