cc: Cull DrawingDisplayItems outside of the raster playback rect
Avoid playing an SkPicture into the raster canvas at all if its
bounds are not going to intersect what is being rastered. This is
for the non-cached picture path which is only used by the ui
compositor at this time.
This improves the time to raster a single tab loading spinner in
the ui compositor from 0.
0807235 ms to 0.
0597263 for 26% less
raster time.
BUG=487387
Review URL: https://codereview.chromium.org/
1158553004
Cr-Commit-Position: refs/heads/master@{#332730}