Bug 248080

Summary: [WPE][GTK] GraphicsContextCairo: Remove two unnecessary overrides
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.