Chromium Code Reviews| Index: tools/OverwriteLine.h |
| diff --git a/tools/OverwriteLine.h b/tools/OverwriteLine.h |
| index b76c223ba634031eb7978f3a54892964fa6189c1..e8f0504b1af57946e8dff49894ccc9afb92e641a 100644 |
| --- a/tools/OverwriteLine.h |
| +++ b/tools/OverwriteLine.h |
| @@ -5,6 +5,8 @@ |
| static const char* kSkOverwriteLine = |
| #ifdef SK_BUILD_FOR_WIN32 |
| "\r \r" |
| +#elif defined(SK_BUILD_FOR_IOS) |
| +"\r" |
| #else |
| "\r\033[K" |
| #endif |