forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While debugging, we found that a ReportBeginImpl(Main)Frame could happen before ScheduleTerminate, and then that main/impl frame is never processed (meaning that it didn't report no damage and didn't submit the frame). This CL handles the impl case, main frame handling will be in a separate CL. Bug: 1021963 Change-Id: Ib9a1bd7b894bba3018f120590511c6dba22d1d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994086 Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#730205}
- Loading branch information
Showing
3 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters