diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkBitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 6fdde404a1..9347bd93d8 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -645,7 +645,7 @@ private: kImageIsImmutable_Flag = 0x04 }; - size_t fRowBytes; + uint32_t fRowBytes; uint32_t fWidth; uint32_t fHeight; uint8_t fConfig; |