aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrXferProcessor.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2014-12-03 11:41:54 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-03 11:41:55 -0800
commitc016fb8f9fb53dd8d4936c5e9e16a9dc99ab392e (patch)
tree240c358dbbab8fef55266fd20916afbb97bb98fa /include/gpu/GrXferProcessor.h
parent96a6c4df417a2382dd183b0dbc1c614819795f2a (diff)
Use static XPF for porter duff xp factories.
Diffstat (limited to 'include/gpu/GrXferProcessor.h')
-rw-r--r--include/gpu/GrXferProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h
index 139ac96a99..ee3764deda 100644
--- a/include/gpu/GrXferProcessor.h
+++ b/include/gpu/GrXferProcessor.h
@@ -43,7 +43,7 @@ private:
* creates will have. For example, can it create an XP that supports RGB coverage or will the XP
* blend with the destination color.
*/
-class GrXPFactory : public GrProgramElement {
+class GrXPFactory : public SkRefCnt {
public:
virtual const GrXferProcessor* createXferProcessor() const = 0;