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

Unified Diff: sky/engine/core/painting/Point.dart

Issue 1152213003: Flesh out Rect/Point/Size classes in dart:sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/engine/core/painting/Point.dart
diff --git a/sky/engine/core/painting/Point.dart b/sky/engine/core/painting/Point.dart
index 9fc7082e707bb0c3dc50d944b3848430d42b1c39..856f3360fdfc0c2addab930972c4bea341c6920b 100644
--- a/sky/engine/core/painting/Point.dart
+++ b/sky/engine/core/painting/Point.dart
@@ -10,4 +10,3 @@ class Point {
Point(this.x, this.y);
}
-

Powered by Google App Engine
This is Rietveld 408576698