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

Unified Diff: Source/core/dom/ElementRareData.cpp

Issue 212143002: Oilpan: Move CSSAnimations, CSSAnimationUpdate and ActiveAnimations to oilpan's heap (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/dom/ElementRareData.cpp
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
index 6aa9c5ce2847ca823f6aed23446ac98b3ad16f54..42d508343a0e7e2fb97e03a468eb3f750b63fcf5 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -39,7 +39,8 @@ struct SameSizeAsElementRareData : NodeRareData {
short indices[2];
LayoutSize sizeForResizing;
IntSize scrollOffset;
- void* pointers[12];
+ void* pointers[11];
+ OwnPtrWillBePersistent<ActiveAnimations> m_activeAnimations;
};
CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
« Source/core/animation/css/CSSAnimations.h ('K') | « Source/core/dom/ElementRareData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698