Calculate visible layer rect dynamically. The main CL would look something like this:
https://codereview.chromium.org/2285363002/
Without verifying there are currently 30 unittest failures.
TODO:
- Fix/update current unittest failures
- Add verify calculation.
- Fix any more unittest failures that come up.
One possible way to investigate the test failures is to use combined_clip_in_target_space for calculating visible rects in current code path. The behavior would be close to what we are trying to achieve, and it is easier to see what the edge cases might be. Something like https://codereview.chromium.org/2295463002/.
Comment 1 by jaydasika@chromium.org
, Aug 30 2016Owner: jaydasika@chromium.org