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

Unified Diff: Source/core/platform/Partitions.h

Issue 20231002: Replace RenderArena with PartitionAlloc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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/platform/Arena.cpp ('k') | Source/core/platform/Partitions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Partitions.h
diff --git a/Source/core/platform/Partitions.h b/Source/core/platform/Partitions.h
index 56be59a1bacb75083e4af69d17fb3c97e09a0d51..fe2d148e031293c783516666cae8f5d6c16266f1 100644
--- a/Source/core/platform/Partitions.h
+++ b/Source/core/platform/Partitions.h
@@ -41,9 +41,11 @@ public:
static void shutdown();
ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return &m_objectModelRoot; }
+ ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return &m_renderingRoot; }
private:
static PartitionRoot m_objectModelRoot;
+ static PartitionRoot m_renderingRoot;
};
} // namespace WebCore
« no previous file with comments | « Source/core/platform/Arena.cpp ('k') | Source/core/platform/Partitions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698