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

Unified Diff: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 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/css/resolver/MatchedPropertiesCache.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
index 031aa62d97d4d41374d5ad9aa6af6d8185a91ba6..32228540a9ac0535f6b60bd2e3ca9ef6129b67e2 100644
--- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp
@@ -130,8 +130,8 @@ bool MatchedPropertiesCache::IsCacheable(const StyleResolverState& state) {
style.Direction() != ComputedStyle::InitialDirection())
return false;
// The cache assumes static knowledge about which properties are inherited.
- // Without a flat tree parent, StyleBuilder::applyProperty will not
- // setHasExplicitlyInheritedProperties on the parent style.
+ // Without a flat tree parent, StyleBuilder::ApplyProperty will not
+ // SetHasExplicitlyInheritedProperties on the parent style.
if (!state.ParentNode() || parent_style.HasExplicitlyInheritedProperties())
return false;
if (style.HasVariableReferenceFromNonInheritedProperty())

Powered by Google App Engine
This is Rietveld 408576698