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

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

Issue 652223002: Support style invalidation for ::content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing removal of PseudoContent case when moving. Created 6 years, 2 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/css/CSSSelector.h ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleFeature.h
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
index e5bdb0056250dcbec7886142efabdae73c67a139..41636bc1b4812b23912d2b9b96f10400fc27eb4a 100644
--- a/Source/core/css/RuleFeature.h
+++ b/Source/core/css/RuleFeature.h
@@ -148,6 +148,7 @@ private:
: customPseudoElement(false)
, treeBoundaryCrossing(false)
, adjacent(false)
+ , insertionPointCrossing(false)
{ }
Vector<AtomicString> classes;
Vector<AtomicString> attributes;
@@ -156,6 +157,7 @@ private:
bool customPseudoElement;
bool treeBoundaryCrossing;
bool adjacent;
+ bool insertionPointCrossing;
};
static void extractInvalidationSetFeature(const CSSSelector&, InvalidationSetFeatures&);
« no previous file with comments | « Source/core/css/CSSSelector.h ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698