Index: src/utils/SkCanvasStateUtils.cpp |
=================================================================== |
--- src/utils/SkCanvasStateUtils.cpp (revision 11775) |
+++ src/utils/SkCanvasStateUtils.cpp (working copy) |
@@ -60,7 +60,7 @@ |
union { |
struct { |
RasterConfig config; // pixel format: a value from RasterConfigs. |
- uint32_t rowBytes; // Number of bytes from start of one line to next. |
+ size_t rowBytes; // Number of bytes from start of one line to next. |
void* pixels; // The pixels, all (height * rowBytes) of them. |
} raster; |
struct { |