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

Unified Diff: sky/engine/core/css/RuleSet.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
« no previous file with comments | « sky/engine/core/css/RemoteFontFaceSource.cpp ('k') | sky/engine/core/css/RuleSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/RuleSet.h
diff --git a/sky/engine/core/css/RuleSet.h b/sky/engine/core/css/RuleSet.h
index 0139011c85d1c003cd03c12faa32b34749c43276..8531fddd10cc0bd2cc2de6f254f815d36cccdb62 100644
--- a/sky/engine/core/css/RuleSet.h
+++ b/sky/engine/core/css/RuleSet.h
@@ -58,8 +58,6 @@ public:
bool containsAttributeSelector() const { return m_containsAttributeSelector; }
- void trace(Visitor*);
-
private:
RawPtr<StyleRule> m_rule;
unsigned m_selectorIndex : 12;
@@ -111,8 +109,6 @@ public:
void show();
#endif
- void trace(Visitor*);
-
private:
typedef HashMap<AtomicString, OwnPtr<LinkedStack<RuleData> > > PendingRuleMap;
typedef HashMap<AtomicString, OwnPtr<TerminatedArray<RuleData> > > CompactRuleMap;
@@ -141,8 +137,6 @@ private:
PendingRuleMap tagRules;
PendingRuleMap shadowPseudoElementRules;
- void trace(Visitor*);
-
private:
PendingRuleMaps() { }
};
« no previous file with comments | « sky/engine/core/css/RemoteFontFaceSource.cpp ('k') | sky/engine/core/css/RuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698