diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ports/SkFontMgr_indirect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h index b09c449aab..d5289bb954 100644 --- a/include/ports/SkFontMgr_indirect.h +++ b/include/ports/SkFontMgr_indirect.h @@ -78,8 +78,8 @@ private: , fTtcIndex(that.fTtcIndex) , fTypeface(that.fTypeface) { - SkDEBUGCODE(that.fDataId = -1;) - SkDEBUGCODE(that.fTtcIndex = -1;) + SkDEBUGCODE(that.fDataId = SkFontIdentity::kInvalidDataId;) + SkDEBUGCODE(that.fTtcIndex = 0xbbadbeef;) that.fTypeface = NULL; } |