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

Unified Diff: sky/engine/core/dom/Document.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/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index e27dc9a601170b70eae0f9c54d6df89a4812bcff..f39ffbfb1def8b6b9565df6d0efc8f30f5418997 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -41,7 +41,6 @@
#include "sky/engine/core/dom/TextLinkColors.h"
#include "sky/engine/core/dom/TreeScope.h"
#include "sky/engine/core/dom/UserActionElementSet.h"
-#include "sky/engine/core/dom/custom/CustomElement.h"
#include "sky/engine/core/fetch/ResourceClient.h"
#include "sky/engine/core/loader/DocumentLoadTiming.h"
#include "sky/engine/core/page/FocusType.h"
@@ -69,7 +68,6 @@ class CSSStyleSheet;
class CanvasRenderingContext2D;
class Comment;
class ConsoleMessage;
-class CustomElementMicrotaskRunQueue;
class DocumentFragment;
class DocumentLifecycleNotifier;
class DocumentLoadTiming;
@@ -445,7 +443,6 @@ public:
void registerElement(const AtomicString& name, PassRefPtr<DartValue> type, ExceptionState&);
NewCustomElementRegistry& elementRegistry() const { return *m_elementRegistry; }
- CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue();
void setImportsController(HTMLImportsController*);
HTMLImportsController* importsController() const { return m_importsController; }
@@ -664,7 +661,6 @@ private:
RefPtr<ScriptedAnimationController> m_scriptedAnimationController;
RefPtr<NewCustomElementRegistry> m_elementRegistry;
- RefPtr<CustomElementMicrotaskRunQueue> m_customElementMicrotaskRunQueue;
void elementDataCacheClearTimerFired(Timer<Document>*);
Timer<Document> m_elementDataCacheClearTimer;
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698