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

Unified Diff: sky/engine/core/html/imports/HTMLImportLoader.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
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportChild.cpp ('k') | sky/engine/core/html/imports/HTMLImportLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/imports/HTMLImportLoader.h
diff --git a/sky/engine/core/html/imports/HTMLImportLoader.h b/sky/engine/core/html/imports/HTMLImportLoader.h
index daad42774ef92de984647a4467324906c9f1c61e..f3ea22867ae14c9291bf67472df8e7f198e58806 100644
--- a/sky/engine/core/html/imports/HTMLImportLoader.h
+++ b/sky/engine/core/html/imports/HTMLImportLoader.h
@@ -39,7 +39,6 @@
namespace blink {
-class CustomElementSyncMicrotaskQueue;
class Document;
class HTMLImportChild;
class HTMLImportsController;
@@ -86,8 +85,6 @@ public:
// Called by Document::finishedParsing, after DOMContentLoaded was dispatched.
void didFinishParsing();
- PassRefPtr<CustomElementSyncMicrotaskQueue> microtaskQueue() const;
-
private:
HTMLImportLoader(HTMLImportsController*);
@@ -110,7 +107,6 @@ private:
State m_state;
RefPtr<Module> m_module;
RefPtr<Document> m_document;
- RefPtr<CustomElementSyncMicrotaskQueue> m_microtaskQueue;
OwnPtr<MojoFetcher> m_fetcher;
};
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportChild.cpp ('k') | sky/engine/core/html/imports/HTMLImportLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698