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

Unified Diff: cc/layers/render_surface_impl.h

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/layers/render_surface_impl.h
diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
index b8c494b42f695bc118b0d02345fc9fd570f612f1..e42f4e62a3ac6e213fd58db87e3bb2a1e3de4528 100644
--- a/cc/layers/render_surface_impl.h
+++ b/cc/layers/render_surface_impl.h
@@ -53,7 +53,7 @@ class CC_EXPORT RenderSurfaceImpl {
}
float draw_opacity() const { return draw_properties_.draw_opacity; }
- SkXfermode::Mode BlendMode() const;
+ SkBlendMode BlendMode() const;
bool UsesDefaultBlendMode() const;
void SetNearestOcclusionImmuneAncestor(const RenderSurfaceImpl* surface) {

Powered by Google App Engine
This is Rietveld 408576698