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

Unified Diff: Source/core/rendering/RenderLineBoxList.h

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/core/rendering/RenderLineBoxList.h
diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
index 2dd5d9d951a0a3d169778567108283171b3bd57e..98cf19578ff1a0256a2f0eb00e6006d8d6adbea5 100644
--- a/Source/core/rendering/RenderLineBoxList.h
+++ b/Source/core/rendering/RenderLineBoxList.h
@@ -53,8 +53,8 @@ public:
void appendLineBox(InlineFlowBox*);
- void deleteLineBoxTree(RenderArena*);
- void deleteLineBoxes(RenderArena*);
+ void deleteLineBoxTree();
+ void deleteLineBoxes();
void extractLineBox(InlineFlowBox*);
void attachLineBox(InlineFlowBox*);

Powered by Google App Engine
This is Rietveld 408576698