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

Unified Diff: sky/engine/core/dom/Document.h

Issue 681983005: Basic implementation of <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works 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/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 6333c6456a3dac939238018316b6e0da9ed8af2c..23b3f058aede0cc0b64750affb089a37a9632be0 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -586,6 +586,7 @@ public:
void setImportsController(HTMLImportsController*);
HTMLImportsController* importsController() const { return m_importsController; }
+ HTMLImportsController& ensureImportsController();
HTMLImportLoader* importLoader() const;
HTMLImport* import() const;

Powered by Google App Engine
This is Rietveld 408576698