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

Unified Diff: sky/viewer/document_view.h

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
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index d71b9b56458ebcfa6520da50bc05ff953d883a85..76b8cbe8dfb6b2b5cd391a491742e3299ba6978b 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -101,6 +101,9 @@ class DocumentView : public blink::ServiceProvider,
void didCreateIsolate(blink::WebLocalFrame* frame,
Dart_Isolate isolate) override;
+ // SkyViewClient methods:
+ void DidCreateIsolate(Dart_Isolate isolate) override;
+
// WebViewClient methods:
blink::ServiceProvider* services() override;

Powered by Google App Engine
This is Rietveld 408576698