| 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 34029e6f47d00bc385d2ee86335dc94735f9c24e..f22533789906cb9ecd38d1e88a66e4c488638126 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -470,6 +470,7 @@ public:
|
| LayoutObject* pseudoElementLayoutObject(PseudoId) const;
|
|
|
| virtual bool matchesDefaultPseudoClass() const { return false; }
|
| + virtual bool matchesEnabledPseudoClass() const { return false; }
|
| virtual bool matchesReadOnlyPseudoClass() const { return false; }
|
| virtual bool matchesReadWritePseudoClass() const { return false; }
|
| virtual bool matchesValidityPseudoClasses() const { return false; }
|
|
|