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

Unified Diff: sky/engine/bindings/scripts/templates/dart_blink.template

Issue 1151673002: Sky: different tack for custom Rect type in the Canvas API. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: Float32List 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/bindings/scripts/templates/dart_blink.template
diff --git a/sky/engine/bindings/scripts/templates/dart_blink.template b/sky/engine/bindings/scripts/templates/dart_blink.template
index 29558a24875b3ae5faaa12b0bed0fbc69299c0a5..0f42b9fe6b00d45d406f069e1464ea7903e4910b 100644
--- a/sky/engine/bindings/scripts/templates/dart_blink.template
+++ b/sky/engine/bindings/scripts/templates/dart_blink.template
@@ -6,6 +6,7 @@
library dart.sky;
import "dart:nativewrappers";
+import 'dart:typed_data';
{% for interface in interfaces %}
part '{{interface.name}}.dart';
« no previous file with comments | « sky/engine/bindings/scripts/dart_types.py ('k') | sky/engine/bindings/scripts/templates/interface_dart.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698