Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1889)

Unified Diff: cc/blink/web_display_item_list_impl.h

Issue 2297213003: Fix CSS reference filters with negative transformed children. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698