Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSync changes from mozilla-central gfx/wr #3849
Merged
+30
−7
Conversation
…ical
There's two potential cases handled by this patch:
(1) A scrollbar container followed by another scrollbar container.
In this case, we need to ensure these are placed into separate
clusters, even though the cluster flags otherwise match, to
ensure that slice creation will see the two clusters.
(2) If a fixed position scroll root trails a scrollbar container.
In this case, ensure that a scrollbar contains marks the
cluster flags to create a slice straight after the scrollbar,
to avoid other primitives with the same scroll root sneaking
into the scrollbar container.
Differential Revision: https://phabricator.services.mozilla.com/D61519
[ghsync] From https://hg.mozilla.org/mozilla-central/rev/e1a4153cfb39a6e1706e88f036d6874bd0ddc39c
|
@bors-servo r=auto |
|
|
bors-servo
added a commit
that referenced
this pull request
Feb 4, 2020
Sync changes from mozilla-central gfx/wr
|
|
Differential Revision: https://phabricator.services.mozilla.com/D61508 [ghsync] From https://hg.mozilla.org/mozilla-central/rev/6deaa5a356b2106c4393357b365280ca54ca7d22
|
@bors-servo r=auto |
|
|
|
bors-servo
added a commit
that referenced
this pull request
Feb 4, 2020
Sync changes from mozilla-central gfx/wr
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
moz-gfx commentedFeb 4, 2020
No description provided.