aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkNinePatchIter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkNinePatchIter.h')
-rw-r--r--src/core/SkNinePatchIter.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/SkNinePatchIter.h b/src/core/SkNinePatchIter.h
index 2d7e9a8b19..df06c1f630 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
-