You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc: Use StackVector of gfx::Rect for discardable image positions.
With [1], we switched to use Region instead of gfx::Rect for tracking
the position of images during discardable image analysis. This causes
a regression in record time for the common case where a single instance
of image exists. Use a StackVector<gfx::Rect, 1> instead to avoid a
heap allocation in these cases.
[1]: https://chromium-review.googlesource.com/c/720245/
R=enne@chromium.org
Bug: 778170
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Ifc8646f768c5d04ea0ae32e5dd9a9466448a29d9
Reviewed-on: https://chromium-review.googlesource.com/738677
Reviewed-by: enne <enne@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511941}
0 commit comments