Index: src/core/SkBitmapScaler.h |
diff --git a/src/core/SkBitmapScaler.h b/src/core/SkBitmapScaler.h |
index ef559df606c727c2342d6948098cc37d5295e5b8..c4c7f0ad0bff76d95d21c5b9d45d9d3260859d74 100644 |
--- a/src/core/SkBitmapScaler.h |
+++ b/src/core/SkBitmapScaler.h |
@@ -79,11 +79,8 @@ public: |
RESIZE_LAST_ALGORITHM_METHOD = RESIZE_MITCHELL, |
}; |
- static bool Resize(SkBitmap* result, |
- const SkBitmap& source, |
- ResizeMethod method, |
- float dest_width, float dest_height, |
- SkBitmap::Allocator* allocator = NULL); |
+ static bool Resize(SkBitmap* result, const SkPixmap& src, ResizeMethod method, |
+ float dest_width, float dest_height, SkBitmap::Allocator* = NULL); |
/** Platforms can also optionally overwrite the convolution functions |
if we have SIMD versions of them. |