| 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..7a8e9ef7b88bfb7dd2a7a921c366a78fcc06d5ad 100644
|
| --- a/cc/blink/web_display_item_list_impl.h
|
| +++ b/cc/blink/web_display_item_list_impl.h
|
| @@ -24,6 +24,7 @@ class SkRRect;
|
|
|
| namespace blink {
|
| struct WebFloatRect;
|
| +struct WebFloatPoint;
|
| struct WebRect;
|
| }
|
|
|
| @@ -62,7 +63,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 blink::WebFloatPoint& origin) override;
|
| void appendEndFilterItem() override;
|
| void appendScrollItem(const blink::WebSize& scrollOffset,
|
| ScrollContainerId) override;
|
|
|