| Index: include/gpu/effects/GrCustomXfermode.h
|
| diff --git a/include/gpu/effects/GrCustomXfermode.h b/include/gpu/effects/GrCustomXfermode.h
|
| index bcbd5833ca8741a02295b9ab0e0f83f6d3178bd2..7fe930822ae4364afab42777a85d5f43c2613268 100644
|
| --- a/include/gpu/effects/GrCustomXfermode.h
|
| +++ b/include/gpu/effects/GrCustomXfermode.h
|
| @@ -18,7 +18,7 @@ class GrTexture;
|
| */
|
| namespace GrCustomXfermode {
|
| bool IsSupportedMode(SkXfermode::Mode mode);
|
| - GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);
|
| + const GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);
|
| };
|
|
|
| #endif
|
|
|