Bug 248080 - [WPE][GTK] GraphicsContextCairo: Remove two unnecessary overrides
Summary: [WPE][GTK] GraphicsContextCairo: Remove two unnecessary overrides
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-18 06:57 PST by Vitaly Dyackhov
Modified: 2022-11-28 00:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2022-11-18 06:57:41 PST
GraphicsContextCairo overrides void fillRect(const FloatRect&, Gradient&) and fillRect(const FloatRect&, const Color&, CompositeOperator, BlendMode = BlendMode::Normal) but effectively executes the same code.
Comment 1 Vitaly Dyackhov 2022-11-18 07:00:46 PST
Pull request: https://github.com/WebKit/WebKit/pull/6630
Comment 2 EWS 2022-11-28 00:37:06 PST
Committed 257062@main (f23e751d075e): <https://commits.webkit.org/257062@main>

Reviewed commits have been landed. Closing PR #6630 and removing active labels.