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

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

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 d5913628f8d28540f271994590a9ffe77b1966ff..4d3f59aa3e39850505d82418ef36bcada8d680fa 100644
--- a/sky/engine/core/css/resolver/MatchedPropertiesCache.h
+++ b/sky/engine/core/css/resolver/MatchedPropertiesCache.h
@@ -46,7 +46,6 @@ public:
void set(const RenderStyle*, const RenderStyle* parentStyle, const MatchResult&);
void clear();
- void trace(Visitor* visitor) { visitor->trace(matchedProperties); }
};
class MatchedPropertiesCache {
@@ -63,8 +62,6 @@ public:
static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle);
- void trace(Visitor*);
-
private:
// Every N additions to the matched declaration cache trigger a sweep where entries holding
// the last reference to a style declaration are garbage collected.
« 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