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

Unified Diff: sky/engine/core/dom/Element.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/dom/Document.cpp ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.h
diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
index c595d43b107bd24e2088addbd5b2cbd26c875d8e..66c1e2224e7ab7835b549ab575fe8b892f286c10 100644
--- a/sky/engine/core/dom/Element.h
+++ b/sky/engine/core/dom/Element.h
@@ -43,7 +43,6 @@ class Attribute;
class CSSStyleDeclaration;
class ClientRect;
class ClientRectList;
-class CustomElementDefinition;
class DOMTokenList;
class Document;
class ElementRareData;
@@ -243,9 +242,6 @@ public:
virtual bool canContainRangeEndPoint() const override { return true; }
- void setCustomElementDefinition(PassRefPtr<CustomElementDefinition>);
- CustomElementDefinition* customElementDefinition() const;
-
bool isSpellCheckingEnabled() const;
// FIXME: public for RenderTreeBuilder, we shouldn't expose this though.
@@ -355,7 +351,6 @@ private:
ElementRareData& ensureElementRareData();
RefPtr<ElementData> m_elementData;
- RefPtr<CustomElementDefinition> m_customElementDefinition;
};
DEFINE_NODE_TYPE_CASTS(Element, isElementNode());
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698