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

Unified Diff: Source/core/html/imports/HTMLImportChild.h

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT. Created 6 years, 8 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 | « Source/core/html/imports/HTMLImport.cpp ('k') | Source/core/html/imports/HTMLImportChild.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/HTMLImportChild.h
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
index 2abf1ac65cf99cc17fb7b5d5a4bb2ecd7aa450f5..f87d9feebf0dd9299160db02459aece60cd77f53 100644
--- a/Source/core/html/imports/HTMLImportChild.h
+++ b/Source/core/html/imports/HTMLImportChild.h
@@ -70,9 +70,7 @@ public:
virtual bool isChild() const OVERRIDE { return true; }
virtual Document* document() const OVERRIDE;
virtual bool isDone() const OVERRIDE;
- virtual bool hasLoader() const OVERRIDE;
- virtual bool ownsLoader() const OVERRIDE;
- virtual CustomElementMicrotaskImportStep* customElementMicrotaskStep() const OVERRIDE FINAL { return m_customElementMicrotaskStep; }
+ virtual HTMLImportLoader* loader() const OVERRIDE { return m_loader; }
virtual void stateWillChange() OVERRIDE;
virtual void stateDidChange() OVERRIDE;
« no previous file with comments | « Source/core/html/imports/HTMLImport.cpp ('k') | Source/core/html/imports/HTMLImportChild.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698