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

Unified Diff: sky/engine/core/css/resolver/MatchedPropertiesCache.h

Issue 863883002: Eliminate RuleRange. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/core/css/resolver/MatchedPropertiesCache.h
diff --git a/sky/engine/core/css/resolver/MatchedPropertiesCache.h b/sky/engine/core/css/resolver/MatchedPropertiesCache.h
index bbf056e48d0ce68ce181fe2a15eb06c249d9c263..7ad4f93d0e9d0b191be22ff52abafcb32e50c702 100644
--- a/sky/engine/core/css/resolver/MatchedPropertiesCache.h
+++ b/sky/engine/core/css/resolver/MatchedPropertiesCache.h
@@ -37,10 +37,8 @@ class RenderStyle;
class StyleResolverState;
class CachedMatchedProperties final {
-
public:
- Vector<MatchedProperties> matchedProperties;
- MatchRanges ranges;
+ Vector<RefPtr<StylePropertySet>> matchedProperties;
RefPtr<RenderStyle> renderStyle;
RefPtr<RenderStyle> parentRenderStyle;
« no previous file with comments | « sky/engine/core/css/resolver/MatchResult.cpp ('k') | sky/engine/core/css/resolver/MatchedPropertiesCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698