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

Unified Diff: sky/engine/core/html/imports/HTMLImportChild.h

Issue 950523002: Delete sky/engine/core/dom/custom (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: sky/engine/core/html/imports/HTMLImportChild.h
diff --git a/sky/engine/core/html/imports/HTMLImportChild.h b/sky/engine/core/html/imports/HTMLImportChild.h
index a5acbcc7192df2896dae3fad29c0ed078e5de587..1ca71e78509b05fb8fbec83f5cdc9872c8b6658a 100644
--- a/sky/engine/core/html/imports/HTMLImportChild.h
+++ b/sky/engine/core/html/imports/HTMLImportChild.h
@@ -38,7 +38,6 @@
namespace blink {
-class CustomElementMicrotaskImportStep;
class HTMLImportLoader;
class HTMLImportChildClient;
class Element;
@@ -85,17 +84,13 @@ public:
#endif
void didFinishLoading();
- void didFinishUpgradingCustomElements();
void normalize();
private:
void didFinish();
void shareLoader();
- void createCustomElementMicrotaskStepIfNeeded();
- void invalidateCustomElementMicrotaskStep();
KURL m_url;
- WeakPtr<CustomElementMicrotaskImportStep> m_customElementMicrotaskStep;
#if !ENABLE(OILPAN)
WeakPtrFactory<HTMLImportChild> m_weakFactory;
#endif
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementSyncMicrotaskQueue.cpp ('k') | sky/engine/core/html/imports/HTMLImportChild.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698