| commit | 71a6cbfc585959738dc0b375603696ca7f60605f | [log] [tgz] |
|---|---|---|
| author | reed <reed@google.com> | Mon May 04 08:32:51 2015 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Mon May 04 08:32:51 2015 -0700 |
| tree | 308b974c044f356dbc0e0b6599e0be275f5b4f94 | |
| parent | f603fb3d0e5fa57c3f228d66945bef198b001135 [diff] [blame] |
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical This CL derived from https://codereview.chromium.org/1114243005/ BUG=skia: Review URL: https://codereview.chromium.org/1117423003
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp index 9be9e40..23f0ed1 100644 --- a/src/gpu/GrProcessor.cpp +++ b/src/gpu/GrProcessor.cpp
@@ -49,7 +49,7 @@ * we verify the count is as expected. If a new factory is added, then these numbers must be * manually adjusted. */ -static const int kFPFactoryCount = 38; +static const int kFPFactoryCount = 37; static const int kGPFactoryCount = 14; static const int kXPFactoryCount = 5;