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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.h

Issue 2502373003: stop using SkXfermode -- use SkBlendMode instead (Closed)
Patch Set: rebase 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: third_party/WebKit/public/platform/WebDisplayItemList.h
diff --git a/third_party/WebKit/public/platform/WebDisplayItemList.h b/third_party/WebKit/public/platform/WebDisplayItemList.h
index 4f2b27c86c7532fc321412a863834b996b6df857..61fe14ac515d96da0c6e1507483b8a5277e1e7b0 100644
--- a/third_party/WebKit/public/platform/WebDisplayItemList.h
+++ b/third_party/WebKit/public/platform/WebDisplayItemList.h
@@ -12,9 +12,9 @@
#include "WebSize.h"
#include "WebVector.h"
+#include "third_party/skia/include/core/SkBlendMode.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkRegion.h"
-#include "third_party/skia/include/core/SkXfermode.h"
class SkColorFilter;
class SkImageFilter;
@@ -51,7 +51,7 @@ class WebDisplayItemList {
virtual void appendTransformItem(const SkMatrix44&) {}
virtual void appendEndTransformItem() {}
virtual void appendCompositingItem(float opacity,
- SkXfermode::Mode,
+ SkBlendMode,
SkRect* bounds,
SkColorFilter*) {}
virtual void appendEndCompositingItem() {}
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.cpp ('k') | ui/aura/demo/demo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698