Commit 951a2271 authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

[css-grid] Use PartitionAlloc for ListGridIterator

See also
https://chromium.googlesource.com/chromium/src/+/0e94f26e8/third_party/WebKit/Source/wtf/Allocator.md#PartitionAlloc

R=rego@igalia.com

Change-Id: Icd128c3a970c6b9860ef14aef1f23de218b8f865
Reviewed-on: https://chromium-review.googlesource.com/1238783Reviewed-by: default avatarJavier Fernandez <jfernandez@igalia.com>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593311}
parent 0066d1cf
...@@ -273,6 +273,8 @@ class CORE_EXPORT ListGrid final : public Grid { ...@@ -273,6 +273,8 @@ class CORE_EXPORT ListGrid final : public Grid {
}; };
class ListGridIterator final : public Grid::GridIterator { class ListGridIterator final : public Grid::GridIterator {
USING_FAST_MALLOC(ListGridIterator);
public: public:
ListGridIterator(const ListGrid& grid, ListGridIterator(const ListGrid& grid,
GridTrackSizingDirection, GridTrackSizingDirection,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment