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

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

Issue 297863004: Merge 174141 "HTML Imports: Take care of cycles according to the..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1985/
Patch Set: 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
===================================================================
--- Source/core/html/imports/HTMLImportChild.h (revision 174593)
+++ Source/core/html/imports/HTMLImportChild.h (working copy)
@@ -88,6 +88,7 @@
void didFinishLoading();
void didFinishUpgradingCustomElements();
bool isLoaded() const;
+ bool isFirst() const;
void normalize();
private:
@@ -101,6 +102,7 @@
void createLoader();
void shareLoader(HTMLImportChild*);
void ensureLoader();
+ void createCustomElementMicrotaskStepIfNeeded();
#if ENABLE(OILPAN)
Persistent<Document> m_master;
« 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