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

Unified Diff: cc/test/render_pass_test_utils.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
« no previous file with comments | « cc/surfaces/surfaces_pixeltest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.h
diff --git a/cc/test/render_pass_test_utils.h b/cc/test/render_pass_test_utils.h
index e334eb05ac3ce31d6dfc65d04be6d8d00970dee3..82b32c58dcbec535dececced5dc1834eb25ba445 100644
--- a/cc/test/render_pass_test_utils.h
+++ b/cc/test/render_pass_test_utils.h
@@ -54,7 +54,7 @@ void AddRenderPassQuad(RenderPass* to_pass,
ResourceId mask_resource_id,
const FilterOperations& filters,
gfx::Transform transform,
- SkXfermode::Mode blend_mode);
+ SkBlendMode blend_mode);
void AddOneOfEveryQuadType(RenderPass* to_pass,
ResourceProvider* resource_provider,
« no previous file with comments | « cc/surfaces/surfaces_pixeltest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698