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

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

Issue 641583002: Rename wholeSubtree to adjacent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issue 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 bed17a70747a06bfc5c895de386d0dab0fa318ba..e28a508152ed77e55fd615667b224d4ee68c97f8 100644
--- a/Source/core/css/RuleFeature.h
+++ b/Source/core/css/RuleFeature.h
@@ -147,7 +147,7 @@ private:
InvalidationSetFeatures()
: customPseudoElement(false)
, treeBoundaryCrossing(false)
- , wholeSubtree(false)
+ , adjacent(false)
{ }
Vector<AtomicString> classes;
Vector<AtomicString> attributes;
@@ -155,7 +155,7 @@ private:
AtomicString tagName;
bool customPseudoElement;
bool treeBoundaryCrossing;
- bool wholeSubtree;
+ bool adjacent;
};
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