aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapScaler.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-06-12 05:49:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-12 05:49:01 -0700
commit74d614a0448f916963468afa756d922f651c9d30 (patch)
tree9c729ffba9588d68685a5c7920f4631acd1b0d54 /src/core/SkBitmapScaler.h
parentceadfefb937b094849a6daea57fd250af4aa9c96 (diff)
remove unused private Resizer
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1177173003
Diffstat (limited to 'src/core/SkBitmapScaler.h')
-rw-r--r--src/core/SkBitmapScaler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkBitmapScaler.h b/src/core/SkBitmapScaler.h
index ec4c8170bc..ef559df606 100644
--- a/src/core/SkBitmapScaler.h
+++ b/src/core/SkBitmapScaler.h
@@ -85,11 +85,6 @@ public:
float dest_width, float dest_height,
SkBitmap::Allocator* allocator = NULL);
- static SkBitmap Resize(const SkBitmap& source,
- ResizeMethod method,
- float dest_width, float dest_height,
- SkBitmap::Allocator* allocator = NULL);
-
/** Platforms can also optionally overwrite the convolution functions
if we have SIMD versions of them.
*/