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/rendering/style/StyleRareNonInheritedData.h

Issue 664963003: Oilpan: Move CSSTimingData back to off-heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/core/animation/css/CSSTransitionData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index a8314b9bb98b32c37ea7b76307e130262dea3b66..6d028f8aa8dbf46a3f892a4f1184eb8ffc1fe343 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -117,8 +117,8 @@ public:
RefPtr<StyleReflection> m_boxReflect;
- OwnPtrWillBePersistent<CSSAnimationData> m_animations;
- OwnPtrWillBePersistent<CSSTransitionData> m_transitions;
+ OwnPtr<CSSAnimationData> m_animations;
+ OwnPtr<CSSTransitionData> m_transitions;
FillLayer m_mask;
NinePieceImage m_maskBoxImage;
« no previous file with comments | « Source/core/animation/css/CSSTransitionData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698