Index: skia/ext/convolver.h |
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h |
index 692c8036679c1fc16d29893c18fcc4d55bf7e721..97f191cc38ac098f16ddf8ac41ae45ca09bff7fe 100644 |
--- a/skia/ext/convolver.h |
+++ b/skia/ext/convolver.h |
@@ -30,8 +30,8 @@ class ConvolutionFilter1D { |
typedef short Fixed; |
- ConvolutionFilter1D() : max_filter_(0) { |
- } |
+ ConvolutionFilter1D(); |
+ ~ConvolutionFilter1D(); |
// Convert between floating point and our fixed point representation. |
static Fixed FloatToFixed(float f) { |