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

Unified Diff: sky/engine/core/css/resolver/StyleResolver.cpp

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/resolver/StyleResolver.h ('k') | sky/engine/core/dom/ChildListMutationScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/resolver/StyleResolver.cpp
diff --git a/sky/engine/core/css/resolver/StyleResolver.cpp b/sky/engine/core/css/resolver/StyleResolver.cpp
index 50ac21911f3c6ea00e26c61f90ff10f01a70a9c4..c4d1e334bdb0a8d30fc32b24b698731d82f6ea29 100644
--- a/sky/engine/core/css/resolver/StyleResolver.cpp
+++ b/sky/engine/core/css/resolver/StyleResolver.cpp
@@ -1001,18 +1001,4 @@ bool StyleResolver::mediaQueryAffectedByViewportChange() const
return false;
}
-void StyleResolver::trace(Visitor* visitor)
-{
-#if ENABLE(OILPAN)
- visitor->trace(m_keyframesRuleMap);
- visitor->trace(m_matchedPropertiesCache);
- visitor->trace(m_viewportDependentMediaQueryResults);
- visitor->trace(m_features);
- visitor->trace(m_attributeRuleSet);
- visitor->trace(m_styleSharingLists);
- visitor->trace(m_pendingStyleSheets);
- visitor->trace(m_document);
-#endif
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/css/resolver/StyleResolver.h ('k') | sky/engine/core/dom/ChildListMutationScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698