Bug 223032 - Make the options argument to CanvasRenderingContext2DBase::didDraw() an OptionSet<>
Summary: Make the options argument to CanvasRenderingContext2DBase::didDraw() an Optio...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-10 10:57 PST by Simon Fraser (smfr)
Modified: 2021-03-10 13:12 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.06 KB, patch)
2021-03-10 10:58 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2021-03-10 10:57:09 PST
Make the options argument o CanvasRenderingContext2DBase::didDraw() an OptionSet<>
Comment 1 Simon Fraser (smfr) 2021-03-10 10:58:08 PST
Created attachment 422848 [details]
Patch
Comment 2 Simon Fraser (smfr) 2021-03-10 11:04:20 PST
Comment on attachment 422848 [details]
Patch

Darin made the same change.