Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 5b75fbdbaacf83723dc68de648fe40bbc7d1e374..af78b31e7f872bf1078b30dfb1feb585a0d652ac 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -423,6 +423,9 @@ public: |
virtual const AtomicString& shadowPseudoId() const; |
+ void setIsCustomElement(); |
+ bool isCustomElement() const; |
+ |
RenderStyle* computedStyle(PseudoId = NOPSEUDO); |
// Methods for indicating the style is affected by dynamic updates (e.g., children changing, our position changing in our sibling list, etc.) |