-
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.
Bug 1934146. Only build compositor hit test info if we are painting t…
…o the window. r=layout-reviewers,emilio If we aren't painting to the window then the hit test info has no where to go as we must be painting to a flat simple surface. I moved the bools closer together so they doesn't require two memory reads. A couple of less fuzzy required in reftest snapshot due to no longer having hit test info items. Differential Revision: https://phabricator.services.mozilla.com/D230629 UltraBlame original commit: 15ed73287645c809601c764e4d200f6e2009728b
- Loading branch information
Showing
4 changed files
with
21 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31268,10 +31268,10 @@ fuzzy | |
if | ||
( | ||
useDrawSnapshot | ||
33 | ||
0 | ||
- | ||
33 | ||
218 | ||
0 | ||
- | ||
218 | ||
) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2044,10 +2044,10 @@ fuzzy | |
if | ||
( | ||
useDrawSnapshot | ||
4 | ||
0 | ||
- | ||
4 | ||
13 | ||
0 | ||
- | ||
13 | ||
) | ||
|