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

Unified Diff: public/platform/WebDisplayItemList.h

Issue 960483002: Implement compositing bounds in CompositingDisplayItem (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase from space Created 5 years, 10 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 | « Source/platform/graphics/paint/CompositingDisplayItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDisplayItemList.h
diff --git a/public/platform/WebDisplayItemList.h b/public/platform/WebDisplayItemList.h
index b2921badb3807a9c6cd2d33b958029f435c5cc4a..7293b0683b712a63944fd6172672f31a50208302 100644
--- a/public/platform/WebDisplayItemList.h
+++ b/public/platform/WebDisplayItemList.h
@@ -45,7 +45,7 @@ public:
virtual void appendTransformItem(const SkMatrix44&) = 0;
virtual void appendEndTransformItem() = 0;
virtual void appendCompositingItem(float opacity,
- SkXfermode::Mode, SkColorFilter*) = 0;
+ SkXfermode::Mode, SkRect* bounds, SkColorFilter*) = 0;
virtual void appendEndCompositingItem() = 0;
virtual void appendFilterItem(const WebFilterOperations&, const WebFloatRect& bounds) = 0;
« no previous file with comments | « Source/platform/graphics/paint/CompositingDisplayItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698