| Index: src/core/SkNinePatchIter.h
|
| diff --git a/src/core/SkNinePatchIter.h b/src/core/SkNinePatchIter.h
|
| index 2d7e9a8b195ea3cf3c093134eb4a8b032ac64fb2..df06c1f630215637e5e005ebf230f491191517f5 100644
|
| --- a/src/core/SkNinePatchIter.h
|
| +++ b/src/core/SkNinePatchIter.h
|
| @@ -26,17 +26,16 @@ public:
|
| * While it returns true, use src/dst to draw the image/bitmap
|
| */
|
| bool next(SkRect* src, SkRect* dst);
|
| -
|
| +
|
| private:
|
| SkScalar fSrcX[4];
|
| SkScalar fSrcY[4];
|
| SkScalar fDstX[4];
|
| SkScalar fDstY[4];
|
| -
|
| +
|
| int fCurrX;
|
| int fCurrY;
|
| bool fDone;
|
| };
|
|
|
| #endif
|
| -
|
|
|