Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: sky/sdk/lib/base/debug.dart

Issue 1235153005: Add a timeDilation factor for debugging (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/sdk/lib/base/scheduler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | sky/sdk/lib/base/scheduler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698