Fixing the flicker issue with fast dismissing GestureNav overlay.
The flicker was introduced in https://codereview.chromium.org/217373003/ Sometimes the overlay would get dismissed based on the paint event from the previous page which happens just before the navigation. This CL addressed the problem by ensuring a. The navigation is initiated before the overlay starts listening to events. b. We keep track of the pending id of the loading page and the paiting page. BUG=357751 Review URL: https://codereview.chromium.org/224253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262822 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment