[webkit-reviews] review granted: [Bug 227868] [GTK][WPE] Support drawing scrollbar corner : [Attachment 433311] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 12 05:48:30 PDT 2021
Michael Catanzaro <mcatanzaro at gnome.org> has granted Alexander Mikhaylenko
<alexm at gnome.org>'s request for review:
Bug 227868: [GTK][WPE] Support drawing scrollbar corner
https://bugs.webkit.org/show_bug.cgi?id=227868
Attachment 433311: Patch
https://bugs.webkit.org/attachment.cgi?id=433311&action=review
--- Comment #8 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 433311
--> https://bugs.webkit.org/attachment.cgi?id=433311
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=433311&action=review
> Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:1956
> - ScrollbarTheme::theme().paintScrollCorner(graphicsContext,
scrollCornerRect);
> + ScrollbarTheme::theme().paintScrollCorner(*this, graphicsContext,
scrollCornerRect);
*Technically* this line of the changeset requires owner approval, but it's such
a small unproblematic change, only intended to keep this code building, that I
think we can skip the formality in this case.
More information about the webkit-reviews
mailing list