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

Add fix / hack for compositor repainting tiles on scroll layers that have stale clipping results. #7183

Merged
merged 1 commit into from Aug 13, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add fix for compositor repainting tiles on scroll layers that have st…

…ale clipping results.

Needed for #6643. Fixes #7153.
  • Loading branch information
gw3583 committed Aug 13, 2015
commit 04581660b3b4d7dca0efb99e0b60b460933df1c2
@@ -1763,6 +1763,8 @@ impl Flow for BlockFlow {
(overflow_x::T::auto, _) | (overflow_x::T::scroll, _) |
(_, overflow_x::T::auto) | (_, overflow_x::T::scroll) => {
self.base.flags.insert(NEEDS_LAYER);
self.base.clip = ClippingRegion::max();
self.base.stacking_relative_position_of_display_port = MAX_RECT;
}
_ => {}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.