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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceLinearGradient.h

Issue 1327793002: Oilpan: Reduce FIXME(OILPAN) from the code base (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/layout/svg/LayoutSVGResourceLinearGradient.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceLinearGradient.h b/Source/core/layout/svg/LayoutSVGResourceLinearGradient.h
index 903f9dd3bf292ce5605c50269305218f13aa9bef..81cb59a65c271d9409b678cc5a748397fe9de439 100644
--- a/Source/core/layout/svg/LayoutSVGResourceLinearGradient.h
+++ b/Source/core/layout/svg/LayoutSVGResourceLinearGradient.h
@@ -48,10 +48,6 @@ public:
private:
#if ENABLE(OILPAN)
- // FIXME: Oilpan: the LayoutObject hierarchy isn't on the heap, but
- // the SVG property hierarchy is. And the two meet here, so keep a
- // persistent reference to the SVG part object by way of a heap-allocated
- // wrapper object.
Persistent<LinearGradientAttributesWrapper> m_attributesWrapper;
LinearGradientAttributes& mutableAttributes() { return m_attributesWrapper->attributes(); }

Powered by Google App Engine
This is Rietveld 408576698