Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f23e751d075e2b006c854b568691fcb9964337a1 https://github.com/WebKit/WebKit/commit/f23e751d075e2b006c854b568691fcb9964337a1 Author: Vitaly Dyachkov <vit...@igalia.com> Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths: M Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp M Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.h Log Message: ----------- [WPE][GTK] GraphicsContextCairo: Remove two unnecessary overrides https://bugs.webkit.org/show_bug.cgi?id=248080 Reviewed by Žan Doberšek. GraphicsContextCairo overrides `fillRect(const FloatRect&, Gradient&)` and `fillRect(const FloatRect&, const Color&, CompositeOperator, BlendMode)` only to reimplement the base class logic. * Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp: * Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.h: Canonical link: https://commits.webkit.org/257062@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes