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