Remove GetViewBoundsWithResizeLock.
Before delegated rendering, it was needed to throttle resizes beyond the existing resize ack mechanism, because we could receive the frame after the ViewHostMsg_UpdateRect with the ack. With delegated rendering, we receive the frame before the ack (ack is sent in RenderWidget::didCompleteSwapBuffers, which necessarily happens after CompositorOutputSurface::SwapBuffers which sends the ViewHostMsg_SwapCompositorFrame) This then avoids RenderWidgetHostViewAura::GetViewBounds from changing based on renderer state, which removes transient states (and related test flakiness). This depends on https://codereview.chromium.org/286053002/ because this exposes test flakiness. BUG=None Review URL: https://codereview.chromium.org/286953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270786 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment