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

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 196513007: Oilpan: Reapply: Remove all the RefPtrs and most of the raw pointers to style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/core/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index a848bb439c6f687ca1316a12b5bb1e40fd20a054..bd00a24815e171924f2a1eb0f0edd4a547e3a8d5 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -306,6 +306,9 @@ private:
RefPtr<ViewportStyleResolver> m_viewportStyleResolver;
+ // FIXME: Oilpan: This should be a WillBePersistentHeapListHashSet.
+ // This is safe for now, but should be updated when we support
+ // heap allocated ListHashSets.
ListHashSet<CSSStyleSheet*, 16> m_pendingStyleSheets;
ScopedStyleTree m_styleTree;

Powered by Google App Engine
This is Rietveld 408576698