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

Unified Diff: sky/shell/ui/engine.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/shell/ui/engine.h
diff --git a/sky/shell/ui/engine.h b/sky/shell/ui/engine.h
index 680179ac82a79859294ff3ea7023b473b6459eaa..32e1a595f468d935580f3e1cbfd208faaa94a3f7 100644
--- a/sky/shell/ui/engine.h
+++ b/sky/shell/ui/engine.h
@@ -74,11 +74,14 @@ class Engine : public UIDelegate,
void scheduleVisualUpdate() override;
blink::WebScreenInfo screenInfo() override;
blink::ServiceProvider* services() override;
+
+ // WebFrameClient methods:
void didCreateIsolate(blink::WebLocalFrame* frame,
Dart_Isolate isolate) override;
// SkyViewClient methods:
void ScheduleFrame() override;
+ void DidCreateIsolate(Dart_Isolate isolate) override;
// Services methods:
mojo::NavigatorHost* NavigatorHost() override;

Powered by Google App Engine
This is Rietveld 408576698