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

Unified Diff: sky/engine/web/FrameLoaderClientImpl.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/web/ChromeClientImpl.cpp ('k') | sky/engine/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/FrameLoaderClientImpl.h
diff --git a/sky/engine/web/FrameLoaderClientImpl.h b/sky/engine/web/FrameLoaderClientImpl.h
index fd20cb2d2db0a2790c7d020c0f2fa96eb112208b..6f856510de4686360f99f4451635a327721d7585 100644
--- a/sky/engine/web/FrameLoaderClientImpl.h
+++ b/sky/engine/web/FrameLoaderClientImpl.h
@@ -52,9 +52,6 @@ public:
virtual void documentElementAvailable() override;
- virtual void didCreateScriptContext(v8::Handle<v8::Context>) override;
- virtual void willReleaseScriptContext(v8::Handle<v8::Context>) override;
-
virtual void detachedFromParent() override;
virtual void dispatchWillSendRequest(Document*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) override;
virtual void dispatchDidReceiveResponse(Document*, unsigned long identifier, const ResourceResponse&) override;
@@ -80,6 +77,7 @@ public:
virtual void didLoseWebGLContext(int arbRobustnessContextLostReason) override;
virtual void dispatchDidChangeManifest() override;
+ virtual void didCreateIsolate(Dart_Isolate isolate) override;
private:
virtual bool isFrameLoaderClientImpl() const override { return true; }
« no previous file with comments | « sky/engine/web/ChromeClientImpl.cpp ('k') | sky/engine/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698