diff options
Diffstat (limited to 'src/core/SkXfermodePriv.h')
-rw-r--r-- | src/core/SkXfermodePriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkXfermodePriv.h b/src/core/SkXfermodePriv.h index 2fae2c0ed0..208925ed18 100644 --- a/src/core/SkXfermodePriv.h +++ b/src/core/SkXfermodePriv.h @@ -246,7 +246,7 @@ public: The xfermode will return a factory for which the caller will get a ref. It is up to the caller to install it. XferProcessors cannot use a background texture. */ - virtual const GrXPFactory* asXPFactory() const; + virtual sk_sp<GrXPFactory> asXPFactory() const; #endif SK_TO_STRING_PUREVIRT() |