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

Unified Diff: sky/sdk/lib/example/rendering/borders.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/borders.dart
diff --git a/sky/sdk/lib/example/rendering/borders.dart b/sky/sdk/lib/example/rendering/borders.dart
index 1e7904a91036943dbdf8aa66b6aab3f7490c0b0e..c8f92cfb4a2f22f8af5034c2ce559e888b8f2005 100644
--- a/sky/sdk/lib/example/rendering/borders.dart
+++ b/sky/sdk/lib/example/rendering/borders.dart
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import 'dart:math' as math;
import 'dart:sky' as sky;
import 'package:sky/rendering/block.dart';

Powered by Google App Engine
This is Rietveld 408576698