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

Unified Diff: sky/tests/resources/display_list.dart

Issue 1164393002: Convert everything in the Sky API from degrees to radians. (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
« no previous file with comments | « sky/examples/spinning_arabic.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/resources/display_list.dart
diff --git a/sky/tests/resources/display_list.dart b/sky/tests/resources/display_list.dart
index 84e1c09afb9dd596cb785e2b08a7f62cd6341f29..7e22fdbabbc7e46483c4ced6711ab34cc7966263 100644
--- a/sky/tests/resources/display_list.dart
+++ b/sky/tests/resources/display_list.dart
@@ -46,8 +46,8 @@ class TestDisplayList extends RenderObjectDisplayList {
log("scale($sx, $sy)");
}
- void rotateDegrees(double degrees) {
- log("rotateDegrees($degrees)");
+ void rotate(double radians) {
+ log("rotate($radians)");
}
void skew(double sx, double sy) {
« no previous file with comments | « sky/examples/spinning_arabic.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698