Chromium Code Reviews| Index: sky/sdk/lib/base/debug.dart |
| diff --git a/sky/sdk/lib/base/debug.dart b/sky/sdk/lib/base/debug.dart |
| index 7b584e5b90c0977d106a2e16a61a8a67894d2b76..c8431b3994431ee74d4cf6b0bc413abc1d77c708 100644 |
| --- a/sky/sdk/lib/base/debug.dart |
| +++ b/sky/sdk/lib/base/debug.dart |
| @@ -25,4 +25,4 @@ const sky.Color debugPaintIdeographicBaselineColor = const sky.Color(0xFFFFD000) |
| bool debugPaintBoundsEnabled = false; |
| -double timeDilation = 1.0; |
| +double timeDilation = 10.0; |
|
Matt Perry
2015/07/14 20:52:54
revert this
abarth-chromium
2015/07/14 20:55:13
Oops! Thanks.
|