Bug 256759
Summary: | [GPU Process][Filters] Implement equality operator for FilterEffect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Said Abou-Hallawa
This will be needed when caching the FilterResults in GPUProcess. We need to identify the modified FilterEffects so we can clear their FilterImages. They will be regenerated when the filtered ImageBuffer is displayed.
The FilterEffect::operator==() will be virtual and will be overridden by all the superclasses. All the properties of the superclass and the properties of FilterEffect will be compared for equality.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109303025>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/13856
EWS
Committed 264050@main (5f6cc633dcd4): <https://commits.webkit.org/264050@main>
Reviewed commits have been landed. Closing PR #13856 and removing active labels.