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

Unified Diff: Source/core/dom/ElementRareData.h

Issue 558333002: Don't clear StyleAffectedByEmpty before recalc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.h
diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
index 36088bc7d2d46b037b96889deffb3fbd92bb0293..f1d57ba51a1c909c77d51c452cced0e530c1c792 100644
--- a/Source/core/dom/ElementRareData.h
+++ b/Source/core/dom/ElementRareData.h
@@ -52,8 +52,6 @@ public:
void setPseudoElement(PseudoId, PassRefPtrWillBeRawPtr<PseudoElement>);
PseudoElement* pseudoElement(PseudoId) const;
- void resetStyleState();
-
short tabIndex() const { return m_tabindex; }
void setTabIndexExplicitly(short index)
@@ -227,11 +225,6 @@ inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) const
}
}
-inline void ElementRareData::resetStyleState()
-{
- clearElementFlag(StyleAffectedByEmpty);
-}
-
} // namespace
#endif // ElementRareData_h
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698