| Index: src/codec/SkSwizzler.h
|
| diff --git a/src/codec/SkSwizzler.h b/src/codec/SkSwizzler.h
|
| index d7f6337553ec4ed1a7ea5c0194bb76564ab0b0c4..0eafaea6fcdd79ef9964cb8a3237c0c43a177de1 100644
|
| --- a/src/codec/SkSwizzler.h
|
| +++ b/src/codec/SkSwizzler.h
|
| @@ -177,7 +177,7 @@ private:
|
| // deltaSrc is bytesPerPixel
|
| // else
|
| // deltaSrc is bitsPerPixel
|
| - const int fSrcWidth; // Width of the source - i.e. before any sampling.
|
| + const int fSubsetWidth; // Width of the subset of source before any sampling.
|
| int fDstWidth; // Width of dst, which may differ with sampling.
|
| int fX0; // first X coord to sample
|
| int fSampleX; // step between X samples
|
|
|