diff options
Diffstat (limited to 'dom/base/Element.h')
-rw-r--r-- | dom/base/Element.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/Element.h b/dom/base/Element.h index 0104d795c..1b29f0346 100644 --- a/dom/base/Element.h +++ b/dom/base/Element.h @@ -390,6 +390,8 @@ public: Directionality GetComputedDirectionality() const; + inline Element* GetFlattenedTreeParentElementForStyle() const; + /** * Gets the custom element data used by web components custom element. * Custom element data is created at the first attempt to enqueue a callback. |