diff options
Diffstat (limited to 'include/gpu/effects/GrCustomXfermode.h')
-rw-r--r-- | include/gpu/effects/GrCustomXfermode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/effects/GrCustomXfermode.h b/include/gpu/effects/GrCustomXfermode.h index a8c868e034..54309ddafc 100644 --- a/include/gpu/effects/GrCustomXfermode.h +++ b/include/gpu/effects/GrCustomXfermode.h @@ -20,7 +20,7 @@ class GrXPFactory; */ namespace GrCustomXfermode { bool IsSupportedMode(SkBlendMode mode); - sk_sp<GrXPFactory> MakeXPFactory(SkBlendMode mode); + const GrXPFactory* Get(SkBlendMode mode); }; #endif |