Don't compute viewport intersection if parent frame is throttled
If a RemoteFrameView is inside a throttled LocalFrameView with out-of- date layout, then it's not possible to compute its viewport intersection. In that case, just propagate an empty intersection (which is probably correct, because a throttled frame is presumably off screen). BUG=711468 R=kenrb@chromium.org Change-Id: Ie400c407871aab74561b4e34eefece17aa8c3e27 Reviewed-on: https://chromium-review.googlesource.com/1173345Reviewed-by:Ken Buchanan <kenrb@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#583002}
Showing
Please register or sign in to comment