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

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

Issue 131043003: [import] Refactoring: Get rid of HTMLImport::isProcessing() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed an extra blank line Created 6 years, 11 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/HTMLImport.cpp ('k') | Source/core/html/HTMLImportChild.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLImportChild.h
diff --git a/Source/core/html/HTMLImportChild.h b/Source/core/html/HTMLImportChild.h
index 8de91f9b90bfd64f2e5d6585a690c79cf1f2435d..ab1b80c81dbc1e8b5d6652aa5ccde49b48232993 100644
--- a/Source/core/html/HTMLImportChild.h
+++ b/Source/core/html/HTMLImportChild.h
@@ -69,8 +69,8 @@ public:
virtual Document* document() const OVERRIDE;
virtual void wasDetachedFromDocument() OVERRIDE;
virtual void didFinishParsing() OVERRIDE;
- virtual bool isProcessing() const OVERRIDE;
virtual bool isDone() const OVERRIDE;
+ virtual bool ownsLoader() const OVERRIDE;
virtual void didUnblockFromCreatingDocument() OVERRIDE;
virtual void didBecomeReady() OVERRIDE;
virtual CustomElementPendingImport* pendingImport() const OVERRIDE { return m_pendingImport.get(); }
« no previous file with comments | « Source/core/html/HTMLImport.cpp ('k') | Source/core/html/HTMLImportChild.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698