Add CHECKs to track down why we're making frame sinks when we shouldn't
RenderWidgets attached to RenderView but without a main frame have no business making a frame sink. Normally this is the state where they are "swapped out" and we take great care to not make a frame sink in that case by keeping the compositor non-visible. Something isn't working out though so let's see why! R=piman@chromium.org Change-Id: Idc4e9e8184b6752f50a98a1efb82e436b1fcf08a Bug: 896836 Reviewed-on: https://chromium-review.googlesource.com/c/1334002Reviewed-by:Antoine Labour <piman@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#607785}
Showing
Please register or sign in to comment