| Index: include/codec/SkCodec.h
|
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
|
| index 1cdc88d4adcfc0dc4e028913348dd21c287e50e7..042d8329a357655e7ad4d934ee692684a220ed03 100644
|
| --- a/include/codec/SkCodec.h
|
| +++ b/include/codec/SkCodec.h
|
| @@ -149,6 +149,7 @@ public:
|
| Options()
|
| : fZeroInitialized(kNo_ZeroInitialized)
|
| , fSubset(NULL)
|
| + , fSampleX(1)
|
| {}
|
|
|
| ZeroInitialized fZeroInitialized;
|
| @@ -161,6 +162,10 @@ public:
|
| * currently supports subsets), the top and left values must be even.
|
| */
|
| SkIRect* fSubset;
|
| + /**
|
| + * Sample size in the x direction
|
| + */
|
| + int fSampleX;
|
| };
|
|
|
| /**
|
|
|