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

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

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/dom/ElementRareData.h ('k') | Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.cpp
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
index 8ae8da2e13c5ba8224368895c31dea7cf4ae6560..916430959661fc610a0328c9da379e109a660077 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -40,6 +40,10 @@ struct SameSizeAsElementRareData : NodeRareData {
LayoutSize sizeForResizing;
IntSize scrollOffset;
void* pointers[14];
+#if !ENABLE(OILPAN)
+ // TODO: Decide to add following element to check persistent.
+ void* persistents[1][5];
+#endif
peria 2015/05/01 07:50:28 NOTE: With this change, the size of ElementRareDat
haraken 2015/05/01 09:04:07 This is because sizeof(Persistent) is too large. I
};
CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698