| 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 4df08b266430bb8cbe70bc6ef5bbf730c4bfac8e..fbca1efeb6fb6b66911f07866aad3ccc15d632fe 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -620,6 +620,9 @@ class CORE_EXPORT Element : public ContainerNode {
|
|
|
| void beginParsingChildren() { setIsFinishedParsingChildren(false); }
|
|
|
| + ComputedStyle* getCachedPseudoStyleOrCache(PseudoId) const;
|
| + PassRefPtr<ComputedStyle> getUncachedPseudoStyle(PseudoId) const;
|
| + bool isPseudoElementAllowed(PseudoId) const;
|
| PseudoElement* pseudoElement(PseudoId) const;
|
| LayoutObject* pseudoElementLayoutObject(PseudoId) const;
|
|
|
|
|