Index: src/core/SkBitmap.cpp |
diff --git a/src/core/SkBitmap.cpp b/src/core/SkBitmap.cpp |
index a258087a7eaba7e65444ae68746e0bd6e59ae0a4..122996a31229cdb28d9120903a4b080a0684f0e0 100644 |
--- a/src/core/SkBitmap.cpp |
+++ b/src/core/SkBitmap.cpp |
@@ -867,6 +867,8 @@ static size_t get_sub_offset(const SkBitmap& bm, int x, int y) { |
* x and y must be non-NULL. |
*/ |
bool get_upper_left_from_offset(SkBitmap::Config config, size_t offset, size_t rowBytes, |
+ int32_t* x, int32_t* y); |
+bool get_upper_left_from_offset(SkBitmap::Config config, size_t offset, size_t rowBytes, |
int32_t* x, int32_t* y) { |
SkASSERT(x != NULL && y != NULL); |
if (0 == offset) { |