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

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

Issue 1152483006: Make tracing work in the new .dart world. (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 | « no previous file | sky/engine/core/frame/Tracing.idl » ('j') | sky/engine/core/frame/Tracing.idl » ('J')
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 9d6d1650689d3f0060e6fc23d835436cc92d8bb4..47f07d004dc4f043bb836f20aa79d53c0d575c5d 100644
--- a/sky/engine/bindings/scripts/templates/dart_blink.template
+++ b/sky/engine/bindings/scripts/templates/dart_blink.template
@@ -19,6 +19,8 @@ part '{{callback.name}}.dart';
Window window;
Document get document => window.document;
+final Tracing tracing = new Tracing();
+
View view;
typedef EventListener(Event event);
« no previous file with comments | « no previous file | sky/engine/core/frame/Tracing.idl » ('j') | sky/engine/core/frame/Tracing.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698