Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2727853002: [css-display] Support display: contents pseudo-elements.
Patch Set: [css-display] Support display: contents pseudo-elements. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698