forked from Floorp-Projects/Floorp
-
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 1677635 Part 3 - Store ink overflow and scrollable overflow in se…
…parate rects in nsOverflowAreas. r=layout-reviewers,emilio I believe we store the rects in an array so that `NS_FOR_FRAME_OVERFLOW_TYPES` could be implemented easily. Now the macro is removed in Part 1, we could store the rects in two separate rects for clarity. nsOverflowAreas' copy constructor and assignment operator are removed because they are the same as compiler generated ones. Differential Revision: https://phabricator.services.mozilla.com/D97234
- Loading branch information
Showing
1 changed file
with
14 additions
and
35 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