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

Unified Diff: sky/engine/bindings-dart/dart_master.h

Issue 894613002: Dart: 2++ = 3 (Closed) Base URL: https://github.com/eseidel/skydart.git@master
Patch Set: sync Created 5 years, 11 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-dart/dart_master.h
diff --git a/sky/engine/bindings-dart/dart_master.h b/sky/engine/bindings-dart/dart_master.h
new file mode 100644
index 0000000000000000000000000000000000000000..74e7c91d0b07fa0d28e664fe76f700a95eb72c2e
--- /dev/null
+++ b/sky/engine/bindings-dart/dart_master.h
@@ -0,0 +1,9 @@
+#include "dart/runtime/include/dart_api.h"
+
+namespace blink {
+
+class DartMaster {
+ public:
+ static void InitVM();
+};
+}

Powered by Google App Engine
This is Rietveld 408576698