| Index: sky/sdk/lib/base/debug.dart
|
| diff --git a/sky/sdk/lib/base/debug.dart b/sky/sdk/lib/base/debug.dart
|
| index e0dcf0cebd0e6123cfc9ed343fd726b48eec5283..7b584e5b90c0977d106a2e16a61a8a67894d2b76 100644
|
| --- a/sky/sdk/lib/base/debug.dart
|
| +++ b/sky/sdk/lib/base/debug.dart
|
| @@ -24,3 +24,5 @@ const sky.Color debugPaintAlphabeticBaselineColor = const sky.Color(0xFF00FF00);
|
| const sky.Color debugPaintIdeographicBaselineColor = const sky.Color(0xFFFFD000);
|
|
|
| bool debugPaintBoundsEnabled = false;
|
| +
|
| +double timeDilation = 1.0;
|
|
|