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

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

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 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/tests/resources/display_list.dart
diff --git a/sky/tests/resources/display_list.dart b/sky/tests/resources/display_list.dart
index 761a4bed362cfb4076c250cb598d58c49a9f297a..248cb1269dd9acfecbc1cb029c81d3c8fb7d42ac 100644
--- a/sky/tests/resources/display_list.dart
+++ b/sky/tests/resources/display_list.dart
@@ -1,13 +1,14 @@
import 'dart:async';
import 'dart:sky' as sky;
-import "dart:sky.internals" as internals;
import 'dart:typed_data';
import 'package:sky/widgets/basic.dart';
import 'package:sky/rendering/box.dart';
import 'package:sky/rendering/object.dart';
+import 'harness.dart';
+
typedef void Logger (String s);
class TestPaintingCanvas extends PaintingCanvas {
@@ -158,7 +159,7 @@ class TestRenderView extends RenderView {
}
void endTest() {
- internals.notifyTestComplete("PAINTED $frame FRAMES");
+ notifyTestComplete("PAINTED $frame FRAMES");
}
}

Powered by Google App Engine
This is Rietveld 408576698