Fix ExternalViewportRectForPrioritizingTiles flakiness on Windows
2 problems here: 1. Setting the frame time to 0 does nothing, because LTHI will read from gfx::FrameTime::Now() instead. Need to start at 1 millisecond. 2. Need to tick the frame timer after SetupDrawPropertiesAndUpdateTiles. BUG=399796 Review URL: https://codereview.chromium.org/444463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287536 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment