Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Unified Diff: skia/ext/convolver.h

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/spdy_settings_storage.cc ('k') | skia/ext/convolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « net/spdy/spdy_settings_storage.cc ('k') | skia/ext/convolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698