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

Unified Diff: include/gpu/GrPaint.h

Issue 926593005: Use SkXfermode as public facing enum for GrPorterDuffXP (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | include/gpu/GrTypes.h » ('j') | include/gpu/GrXferProcessor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrPaint.h
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
index 64b51d2c650703d5f6636042e4892ac5731dff3f..cfbbffdbd9d7ac99ef6e718d48821516c7e05a2f 100644
--- a/include/gpu/GrPaint.h
+++ b/include/gpu/GrPaint.h
@@ -70,7 +70,7 @@ public:
fXPFactory.reset(GrPorterDuffXPFactory::Create(mode));
}
- void setPorterDuffXPFactory(GrBlendCoeff src, GrBlendCoeff dst) {
+ void setPorterDuffXPFactory(SkXfermode::Coeff src, SkXfermode::Coeff dst) {
fXPFactory.reset(GrPorterDuffXPFactory::Create(src, dst));
}
« no previous file with comments | « no previous file | include/gpu/GrTypes.h » ('j') | include/gpu/GrXferProcessor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698