| Index: include/ports/SkFontMgr_indirect.h
|
| diff --git a/include/ports/SkFontMgr_indirect.h b/include/ports/SkFontMgr_indirect.h
|
| index 81cd7739a9b3a4c74c9dbf0868f9c122e3c117ec..9d96fee6873735d4536692eace4eb1e682931883 100644
|
| --- a/include/ports/SkFontMgr_indirect.h
|
| +++ b/include/ports/SkFontMgr_indirect.h
|
| @@ -70,8 +70,7 @@ private:
|
|
|
| DataEntry() { }
|
|
|
| - // This is a move!!!
|
| - DataEntry(DataEntry& that)
|
| + DataEntry(DataEntry&& that)
|
| : fDataId(that.fDataId)
|
| , fTtcIndex(that.fTtcIndex)
|
| , fTypeface(that.fTypeface)
|
|
|