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

Unified Diff: Source/core/paint/DeprecatedPaintLayer.cpp

Issue 1189593003: Rename Partitions::getRenderingPartition() -> getLayoutPartition() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/layout/line/InlineBox.cpp ('k') | Source/platform/text/BidiCharacterRun.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/DeprecatedPaintLayer.cpp
diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
index 7bfe447d7838fa4c8164ef98652e2532612b2982..ab65b911838ce0184d324bcf406f3da45531eeb7 100644
--- a/Source/core/paint/DeprecatedPaintLayer.cpp
+++ b/Source/core/paint/DeprecatedPaintLayer.cpp
@@ -1119,7 +1119,7 @@ LayoutRect DeprecatedPaintLayer::paintingExtent(const DeprecatedPaintLayer* root
void* DeprecatedPaintLayer::operator new(size_t sz)
{
- return partitionAlloc(WTF::Partitions::getRenderingPartition(), sz);
+ return partitionAlloc(WTF::Partitions::layoutPartition(), sz);
}
void DeprecatedPaintLayer::operator delete(void* ptr)
« no previous file with comments | « Source/core/layout/line/InlineBox.cpp ('k') | Source/platform/text/BidiCharacterRun.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698