Bug 171153 - Use an OptionSet for compositing reasons bitmask
Summary: Use an OptionSet for compositing reasons bitmask
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-21 18:01 PDT by Daniel Bates
Modified: 2017-04-25 14:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (21.62 KB, patch)
2017-04-21 18:07 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2017-04-21 18:01:41 PDT
We should use an OptionSet for the compositing reasons bitmask instead of using bitwise operations.
Comment 1 Daniel Bates 2017-04-21 18:07:22 PDT
Created attachment 307855 [details]
Patch
Comment 2 Daniel Bates 2017-04-25 14:15:20 PDT
Comment on attachment 307855 [details]
Patch

Clearing flags on attachment: 307855

Committed r215759: <http://trac.webkit.org/changeset/215759>
Comment 3 Daniel Bates 2017-04-25 14:15:22 PDT
All reviewed patches have been landed.  Closing bug.