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

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

Issue 1134913003: Teach SkyView path to draw a circle (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
« no previous file with comments | « sky/engine/bindings/builtin_sky.cc ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..694b00ba78ab9c4ba504703c080a245386b87515 100644
--- a/sky/engine/bindings/scripts/templates/dart_blink.template
+++ b/sky/engine/bindings/scripts/templates/dart_blink.template
@@ -18,4 +18,6 @@ part '{{callback.name}}.dart';
Window window;
Document get document => window.document;
+View view;
+
typedef EventListener(Event event);
« no previous file with comments | « sky/engine/bindings/builtin_sky.cc ('k') | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698