VR: remove the layout listener from mVrPopupContainer
Since the size is always updated using update method, the listener is not needed. Moreover, the listener might have wrong width and height information that can't be used for updating the buffer size. The listener can get called during the updating the autofill options with invalid Width() and Height() values. As a result, buffer size would be wrong and Chrome crashes. Bug: 830471 Change-Id: Ie634241a591f60e2680e291b6fbdf65c9186093b Reviewed-on: https://chromium-review.googlesource.com/1002871Reviewed-by:Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#549281}
Showing
Please register or sign in to comment