move kTileModeCount out of TileMode enum

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1009193002
This commit is contained in:
reed 2015-03-15 14:01:21 -07:00 committed by Commit bot
parent 8c6a9778dc
commit 19c25f18a3

View File

@ -65,8 +65,10 @@ public:
/** only draw within the original domain, return 0 everywhere else */
kDecal_TileMode,
#endif
};
kTileModeCount
enum {
kTileModeCount = kMirror_TileMode + 1
};
// override these in your subclass