| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 49c1835939fd3eac22b2466ea1af8c222c488c23..93100fa5a53e23555f1b9538938c27c3db662353 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -632,6 +632,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
| PassRefPtr<ComputedStyle> getUncachedPseudoStyle(
|
| const PseudoStyleRequest&,
|
| const ComputedStyle* parentStyle = nullptr);
|
| + bool canHaveGeneratedPseudo(PseudoId) const;
|
|
|
| virtual bool matchesDefaultPseudoClass() const { return false; }
|
| virtual bool matchesEnabledPseudoClass() const { return false; }
|
|
|