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

Unified Diff: sky/viewer/document_view.cc

Issue 1156203003: Fix dart:sky.internals to work in SkyView (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
« sky/engine/public/sky/sky_view.cc ('K') | « sky/viewer/document_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.cc
diff --git a/sky/viewer/document_view.cc b/sky/viewer/document_view.cc
index e8eda02094c09d9f14c7547684121ce2270cdf3f..b546f568c267311ff08732e43d5d7dfaa1422991 100644
--- a/sky/viewer/document_view.cc
+++ b/sky/viewer/document_view.cc
@@ -322,6 +322,10 @@ void DocumentView::didCreateIsolate(blink::WebLocalFrame* frame,
Internals::Create(isolate, this);
}
+void DocumentView::DidCreateIsolate(Dart_Isolate isolate) {
+ Internals::Create(isolate, this);
+}
+
blink::ServiceProvider* DocumentView::services() {
return this;
}
« sky/engine/public/sky/sky_view.cc ('K') | « sky/viewer/document_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698