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

Unified Diff: sky/engine/core/html/imports/HTMLImportChild.h

Issue 703593003: Move exports from Document to Module (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/engine/core/html/imports/HTMLImportChild.h
diff --git a/sky/engine/core/html/imports/HTMLImportChild.h b/sky/engine/core/html/imports/HTMLImportChild.h
index a7fd65a349e2acfa58ee944df72f43042ce86776..fd63467e42f146b4ff6ee469a3b66fe1c01891de 100644
--- a/sky/engine/core/html/imports/HTMLImportChild.h
+++ b/sky/engine/core/html/imports/HTMLImportChild.h
@@ -42,6 +42,7 @@ class CustomElementMicrotaskImportStep;
class HTMLImportLoader;
class HTMLImportChildClient;
class Element;
+class Module;
//
// An import tree node subclas to encapsulate imported document
@@ -65,6 +66,8 @@ public:
WeakPtr<HTMLImportChild> weakPtr() { return m_weakFactory.createWeakPtr(); }
#endif
+ Module* module() const;
+
// HTMLImport
virtual Document* document() const override;
virtual bool isDone() const override;

Powered by Google App Engine
This is Rietveld 408576698