[CI] Allow all display items to be cacheable
We treated only DrawingDisplayItem as cacheable before SlimmingPaintV175 because other display items were all about paint properties which are not feasible to be cached (mostly because they are paired and sometimes don't have unique id). Now we have removed paired display items, thus the remaining types of display items are all eligible to be cached. This prepares for making HitTestDisplayItem not DrawingDisplayItem to reduce its size, etc. Change-Id: I28bd5533d3b85a67fc16e90aea059115b51188e7 Reviewed-on: https://chromium-review.googlesource.com/c/1329805Reviewed-by:Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#607497}
Showing
Please register or sign in to comment