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

Unified Diff: sdk/lib/math/math.dart

Issue 25623002: Move Point and Rect over to dart:math, to be re-exported by dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: sdk/lib/math/math.dart
diff --git a/sdk/lib/math/math.dart b/sdk/lib/math/math.dart
index 4cffa8f59455e0caced02d788e7a7bee9d439dd3..4c926a68c790bd16480fb5c4466b7a99d10b2b4b 100644
--- a/sdk/lib/math/math.dart
+++ b/sdk/lib/math/math.dart
@@ -8,6 +8,9 @@
library dart.math;
part "random.dart";
+part "rectangle.dart";
+part "point.dart";
+part "jenkins_smi_hash.dart";
/**
* Base of the natural logarithms.

Powered by Google App Engine
This is Rietveld 408576698