From c016fb8f9fb53dd8d4936c5e9e16a9dc99ab392e Mon Sep 17 00:00:00 2001 From: egdaniel Date: Wed, 3 Dec 2014 11:41:54 -0800 Subject: Use static XPF for porter duff xp factories. BUG=skia: Review URL: https://codereview.chromium.org/776843004 --- include/gpu/GrXferProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrXferProcessor.h') 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; -- cgit v1.2.3