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

Unified Diff: sky/engine/core/css/CSSUnknownRule.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/CSSUnicodeRangeValue.h ('k') | sky/engine/core/css/CSSValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSUnknownRule.h
diff --git a/sky/engine/core/css/CSSUnknownRule.h b/sky/engine/core/css/CSSUnknownRule.h
index 00e4aa4afb4ef61ebbd25e500d759607e94dbb14..27736d22f78922b4f422179650ce5db2a8abffcf 100644
--- a/sky/engine/core/css/CSSUnknownRule.h
+++ b/sky/engine/core/css/CSSUnknownRule.h
@@ -34,7 +34,6 @@ public:
virtual CSSRule::Type type() const override { return UNKNOWN_RULE; }
virtual String cssText() const override { return String(); }
virtual void reattach(StyleRuleBase*) override { }
- virtual void trace(Visitor* visitor) override { CSSRule::trace(visitor); }
};
} // namespace blink
« no previous file with comments | « sky/engine/core/css/CSSUnicodeRangeValue.h ('k') | sky/engine/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698