Reset squashing state when encountering composited iframe contents
Previously, <iframe> elements were always composited, and CompositingLayerAssigner specifically disallows squashing them. Due to a recent change (see bug), <iframe> elements are not always composited; but we cannot squash layers across an iframe with composited contents. With this change, an iframe with composited contents will end the current squashing context in the embedding document. BUG=1095935 Change-Id: Ie60becde8b99d204395a2c8f35bc1ce1076334a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309141 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#790514}
Showing
Please register or sign in to comment