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

Unified Diff: sky/engine/tonic/dart_builtin.h

Issue 918333002: Add the c++ code part of bindings2/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated per earlier reviews Created 5 years, 10 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/bindings2/snapshot.cc.tmpl ('k') | sky/engine/tonic/dart_builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/dart_builtin.h
diff --git a/sky/engine/tonic/dart_builtin.h b/sky/engine/tonic/dart_builtin.h
index ce0106f80f1105f28b3764e72a9ca5936bc2f00f..e612e7bbed7bc7d51d99fe284d420f11ea4917be 100644
--- a/sky/engine/tonic/dart_builtin.h
+++ b/sky/engine/tonic/dart_builtin.h
@@ -27,6 +27,9 @@ class DartBuiltin {
const uint8_t* Symbolizer(Dart_NativeFunction native_function) const;
+ // Helper around Dart_LookupLibrary.
+ static Dart_Handle LookupLibrary(const char* name);
+
private:
const Natives* natives_;
size_t count_;
« no previous file with comments | « sky/engine/bindings2/snapshot.cc.tmpl ('k') | sky/engine/tonic/dart_builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698