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

Unified Diff: sky/engine/core/app/Module.h

Issue 720903002: Script-based imports should basically work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Use String::format Created 6 years, 1 month 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/core/app/Application.cpp ('k') | sky/engine/core/app/Module.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/app/Module.h
diff --git a/sky/engine/core/app/Module.h b/sky/engine/core/app/Module.h
index 44fb1a5ecf222686482b50ef0500e0c6b73d4d72..0181c23dbcb06bccda897bc797dd2bf2a85f70b1 100644
--- a/sky/engine/core/app/Module.h
+++ b/sky/engine/core/app/Module.h
@@ -34,6 +34,8 @@ private:
const String& url);
const AtomicString& interfaceName() const override;
+ Application* GetApplication() override;
+
RefPtr<Application> application_;
ScriptValue exports_;
};
« no previous file with comments | « sky/engine/core/app/Application.cpp ('k') | sky/engine/core/app/Module.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698