Index: src/gpu/GrAtlas.h |
=================================================================== |
--- src/gpu/GrAtlas.h (revision 11775) |
+++ src/gpu/GrAtlas.h (working copy) |
@@ -54,7 +54,7 @@ |
GrRectanizer* fRects; |
GrAtlasMgr* fAtlasMgr; |
GrIPoint16 fOffset; |
- int fBytesPerPixel; |
+ size_t fBytesPerPixel; |
friend class GrAtlasMgr; |
}; |