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

Unified Diff: Source/core/css/RuleFeature.cpp

Issue 201833002: Removed invalidation set FIXME for pseudo elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleFeature.cpp
diff --git a/Source/core/css/RuleFeature.cpp b/Source/core/css/RuleFeature.cpp
index 29e5ba66a92e26a02c885a6dd79f25eda825cf42..7b57fdcef0633d6e693fcda2d6b9564c8e6214cc 100644
--- a/Source/core/css/RuleFeature.cpp
+++ b/Source/core/css/RuleFeature.cpp
@@ -116,9 +116,6 @@ RuleFeatureSet::InvalidationSetMode RuleFeatureSet::supportsClassDescendantInval
bool foundIdent = false;
for (const CSSSelector* component = &selector; component; component = component->tagHistory()) {
- // FIXME: We should allow pseudo elements, but we need to change how they hook
- // into recalcStyle by moving them to recalcOwnStyle instead of recalcChildStyle.
-
// FIXME: next up: Tag and Id.
if (component->m_match == CSSSelector::Class) {
if (!foundDescendantRelation)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698