aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lazy/SkLazyPixelRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lazy/SkLazyPixelRef.h')
-rw-r--r--src/lazy/SkLazyPixelRef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lazy/SkLazyPixelRef.h b/src/lazy/SkLazyPixelRef.h
index af85f90552..fd41dd4682 100644
--- a/src/lazy/SkLazyPixelRef.h
+++ b/src/lazy/SkLazyPixelRef.h
@@ -68,6 +68,7 @@ private:
SkBitmapFactory::DecodeProc fDecodeProc;
SkImageCache* fImageCache;
intptr_t fCacheId;
+ size_t fRowBytes;
#if LAZY_CACHE_STATS
static int32_t gCacheHits;