diff options
Diffstat (limited to 'include/effects')
-rw-r--r-- | include/effects/SkTableColorFilter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/effects/SkTableColorFilter.h b/include/effects/SkTableColorFilter.h index 12ca0f3240..b442197bda 100644 --- a/include/effects/SkTableColorFilter.h +++ b/include/effects/SkTableColorFilter.h @@ -25,10 +25,10 @@ public: * treated as identity, with the component left unchanged. If a table * is not null, then its contents are copied into the filter. */ - SK_API static SkColorFilter* CreateARGB(const uint8_t tableA[256], - const uint8_t tableR[256], - const uint8_t tableG[256], - const uint8_t tableB[256]); + static SkColorFilter* CreateARGB(const uint8_t tableA[256], + const uint8_t tableR[256], + const uint8_t tableG[256], + const uint8_t tableB[256]); }; #endif |