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

Unified Diff: sky/sdk/lib/internals.dart

Issue 1191013004: Teach the analyzer about dart:sky.internals. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/viewer/internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/internals.dart
diff --git a/sky/sdk/lib/internals.dart b/sky/sdk/lib/internals.dart
index 4a0b207942b1d1fc002ec378929c63f5d68d9c45..e30aa1d37c5fd821e0de697b8870348faf20b240 100644
--- a/sky/sdk/lib/internals.dart
+++ b/sky/sdk/lib/internals.dart
@@ -4,5 +4,11 @@
library sky.internals;
-int takeServicesProvidedByEmbedder() native "takeServicesProvidedByEmbedder";
+String contentAsText() native "contentAsText";
+String renderTreeAsText() native "renderTreeAsText";
+void notifyTestComplete(String test_result) native "notifyTestComplete";
+int takeShellProxyHandle() native "takeShellProxyHandle";
+int takeServicesProvidedByEmbedder() native "takeServicesProvidedByEmbedder";
+int takeServicesProvidedToEmbedder() native "takeServicesProvidedToEmbedder";
+int takeServiceRegistry() native "takeServiceRegistry";
« no previous file with comments | « no previous file | sky/viewer/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698