Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central #3735

Merged
merged 11 commits into from Aug 15, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Bug 1573914 - Fix backdrop-filter jitter during animation due to snap…

… offsets r=gw

Since the filtered-backdrop is 1:1 with the backdrop, we don't want any snap offsets to shift the contents

Differential Revision: https://phabricator.services.mozilla.com/D42042

[wrupdater] From https://hg.mozilla.org/mozilla-central/rev/9e513ae4747fad12001ef627e6f273624a3feff4
  • Loading branch information
cbrewster authored and moz-gfx committed Aug 15, 2019
commit 50e7b47a8b2079c02e5fc565eee495321aa76410
@@ -2409,7 +2409,7 @@ impl BatchBuilder {
local_rect: backdrop_picture.snapped_local_rect,
local_clip_rect: prim_info.combined_local_clip_rect,
transform_id,
snap_offsets,
snap_offsets: SnapOffsets::empty(),
specific_prim_address: prim_cache_address,
};

Binary file not shown.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.