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

Unified Diff: cc/blink/web_display_item_list_impl.cc

Issue 2502373003: stop using SkXfermode -- use SkBlendMode instead (Closed)
Patch Set: Created 4 years, 1 month 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
Index: cc/blink/web_display_item_list_impl.cc
diff --git a/cc/blink/web_display_item_list_impl.cc b/cc/blink/web_display_item_list_impl.cc
index 9cd889156026958a051ca1cce72cdc4f90a10011..7ce02b44788257b1b0d50ace63dbe951058c4c02 100644
--- a/cc/blink/web_display_item_list_impl.cc
+++ b/cc/blink/web_display_item_list_impl.cc
@@ -110,7 +110,7 @@ void WebDisplayItemListImpl::appendEndTransformItem() {
void WebDisplayItemListImpl::appendCompositingItem(
float opacity,
- SkXfermode::Mode xfermode,
+ SkBlendMode xfermode,
SkRect* bounds,
SkColorFilter* color_filter) {
DCHECK_GE(opacity, 0.f);

Powered by Google App Engine
This is Rietveld 408576698