| Index: include/gpu/GrFragmentProcessor.h
|
| diff --git a/include/gpu/GrFragmentProcessor.h b/include/gpu/GrFragmentProcessor.h
|
| index ffbf576dbe9f10f5afd47f59c8a09dd228dfb17d..f95520738540723d5294b6051f5b2419a6bd6b97 100644
|
| --- a/include/gpu/GrFragmentProcessor.h
|
| +++ b/include/gpu/GrFragmentProcessor.h
|
| @@ -45,7 +45,7 @@ public:
|
| * The parent will ignore its input color and instead feed the passed in color as input to the
|
| * child.
|
| */
|
| - static sk_sp<GrFragmentProcessor> OverrideInput(sk_sp<GrFragmentProcessor>, GrColor);
|
| + static sk_sp<GrFragmentProcessor> OverrideInput(sk_sp<GrFragmentProcessor>, GrColor4f);
|
|
|
| /**
|
| * Returns a fragment processor that premuls the input before calling the passed in fragment
|
|
|