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

Unified Diff: include/core/SkXfermode.h

Issue 1686013002: generalize xferu64 procs using proc4f (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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
Index: include/core/SkXfermode.h
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 21d77f874768bcf03ef28607285377b55ab2b045..39876bfe5effd49e4e48350dc83ca84b38d4cb62 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -146,6 +146,8 @@ public:
static SkXfermodeProc GetProc(Mode mode);
static SkXfermodeProc4f GetProc4f(Mode);
+ virtual SkXfermodeProc4f getProc4f() const;
+
/**
* If the specified mode can be represented by a pair of Coeff, then return
* true and set (if not NULL) the corresponding coeffs. If the mode is
« no previous file with comments | « gm/xferu64.cpp ('k') | src/core/SkXfermode.cpp » ('j') | src/core/SkXfermodeU64.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698