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

Unified Diff: Source/core/svg/SVGElementRareData.h

Issue 204373003: Oilpan: Change references to MutableStylePropertySet to transition types. (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/svg/SVGElementRareData.h
diff --git a/Source/core/svg/SVGElementRareData.h b/Source/core/svg/SVGElementRareData.h
index 91a69d938c546e7b605f79568fd1f6a07812d4fe..776af3c32da1306c0232c9e0a99c130539201b43 100644
--- a/Source/core/svg/SVGElementRareData.h
+++ b/Source/core/svg/SVGElementRareData.h
@@ -113,7 +113,7 @@ private:
bool m_instancesUpdatesBlocked : 1;
bool m_useOverrideComputedStyle : 1;
bool m_needsOverrideComputedStyleUpdate : 1;
- RefPtr<MutableStylePropertySet> m_animatedSMILStyleProperties;
+ RefPtrWillBePersistent<MutableStylePropertySet> m_animatedSMILStyleProperties;
haraken 2014/03/19 10:26:23 I was surprised that you didn't hit COMPILE_ASSERT
wibling-chromium 2014/03/19 10:33:19 I got lucky:)
RefPtr<RenderStyle> m_overrideComputedStyle;
};

Powered by Google App Engine
This is Rietveld 408576698