aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkTableColorFilter.h
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-23 19:00:34 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-23 19:00:34 +0000
commita2ca41e3afdd8fad5e0e924dec029f33918e0a67 (patch)
tree9c9c6351208fbb106b8de9d9bcf6556f1aac9e60 /include/effects/SkTableColorFilter.h
parent52c5cbf56621c34b508765e32c137c044eff4940 (diff)
Cleanup Macros arround static initializers for SkFlattenable.
This CL also removes an unused debugging function from the class Review URL: https://codereview.appspot.com/5890043 git-svn-id: http://skia.googlecode.com/svn/trunk@3483 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/effects/SkTableColorFilter.h')
-rw-r--r--include/effects/SkTableColorFilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/effects/SkTableColorFilter.h b/include/effects/SkTableColorFilter.h
index b442197bda..9fec68c25e 100644
--- a/include/effects/SkTableColorFilter.h
+++ b/include/effects/SkTableColorFilter.h
@@ -29,6 +29,8 @@ public:
const uint8_t tableR[256],
const uint8_t tableG[256],
const uint8_t tableB[256]);
+
+ SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
};
#endif