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

Unified Diff: sky/sdk/lib/example/rendering/spinning_flex.dart

Issue 1209413004: Instead of applying a transform for every RenderObject, pass down an Offset for where to paint. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
Index: sky/sdk/lib/example/rendering/spinning_flex.dart
diff --git a/sky/sdk/lib/example/rendering/spinning_flex.dart b/sky/sdk/lib/example/rendering/spinning_flex.dart
index 3e1d5504648631a2c6ec71bc391f93dca38dc86e..08741ed62d98dea4845dcd8ffed4f81c17abb39e 100644
--- a/sky/sdk/lib/example/rendering/spinning_flex.dart
+++ b/sky/sdk/lib/example/rendering/spinning_flex.dart
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import 'dart:sky' as sky;
-import 'dart:math' as math;
import 'package:sky/base/scheduler.dart';
import 'package:sky/rendering/box.dart';

Powered by Google App Engine
This is Rietveld 408576698