Files
ladybird/SharedGraphics/Rect.cpp
Andreas Kling 4fb2e5d8af SharedGraphics: Make Rect::shatter() return a Vector<Rect, 4>.
We know that shatter() will never return more than four rects, so we can
use vector inline capacity to always avoid heap allocation here.
2019-05-27 12:50:18 +02:00

2.5 KiB