mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Remove CubicBezier cached sample inline cache
This reduces the size of CubicBezier objects from 1592 bytes to 56 bytes.
This commit is contained in:
parent
f3a937ee76
commit
9ce5bbe059
|
|
@ -57,7 +57,7 @@ public:
|
|||
double t;
|
||||
};
|
||||
|
||||
mutable Vector<CachedSample, 64> m_cached_x_samples {};
|
||||
mutable Vector<CachedSample> m_cached_x_samples {};
|
||||
|
||||
bool operator==(CubicBezier const&) const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user