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

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

Issue 299313013: Remove indirection plumbing from HTMLImportChild. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 7 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
Index: Source/core/html/imports/HTMLImportChild.h
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
index 31d128301e801e3fcab38f974e3f6d44e032973f..980049f917d9277f8820ae117dbf0c9569506fcb 100644
--- a/Source/core/html/imports/HTMLImportChild.h
+++ b/Source/core/html/imports/HTMLImportChild.h
@@ -66,7 +66,7 @@ public:
// HTMLImport
virtual Document* document() const OVERRIDE;
virtual bool isDone() const OVERRIDE;
- virtual HTMLImportLoader* loader() const OVERRIDE { return m_loader; }
+ virtual HTMLImportLoader* loader() const OVERRIDE;
virtual void stateWillChange() OVERRIDE;
virtual void stateDidChange() OVERRIDE;
@@ -76,12 +76,9 @@ public:
void setClient(HTMLImportChildClient*);
void clearClient();
- bool loaderHasError() const;
void didFinishLoading();
void didFinishUpgradingCustomElements();
- bool isLoaded() const;
- bool isFirst() const;
void normalize();
private:
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp ('k') | Source/core/html/imports/HTMLImportChild.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698