commit | 0a7672f85ef7655b343679609d02018f83fcfc23 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 03 18:12:20 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 03 18:12:20 2012 +0000 |
tree | 182413e9da8c9e33040b7fd22bd0e5ec912a45bd | |
parent | a9e937c7b712b024de108fa963f92d0e70e4a296 [diff] [blame] |
Add morphology, convolution, single texture, texture domain effects to new unit test system Review URL: http://codereview.appspot.com/6442085/ git-svn-id: http://skia.googlecode.com/svn/trunk@4951 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrConvolutionEffect.h b/src/gpu/effects/GrConvolutionEffect.h index e04e802..21c022d 100644 --- a/src/gpu/effects/GrConvolutionEffect.h +++ b/src/gpu/effects/GrConvolutionEffect.h
@@ -55,6 +55,7 @@ float fKernel[kMaxKernelWidth]; private: + GR_DECLARE_CUSTOM_STAGE_TEST; typedef Gr1DKernelEffect INHERITED; };