[webkit-reviews] review granted: [Bug 204671] [GTK] Turn off antialiasing when rendering with Ahem : [Attachment 387956] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 00:10:43 PST 2020


Carlos Garcia Campos <cgarcia at igalia.com> has granted Carlos Alberto Lopez
Perez <clopez at igalia.com>'s request for review:
Bug 204671: [GTK] Turn off antialiasing when rendering with Ahem
https://bugs.webkit.org/show_bug.cgi?id=204671

Attachment 387956: Patch

https://bugs.webkit.org/attachment.cgi?id=387956&action=review




--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 387956
  --> https://bugs.webkit.org/attachment.cgi?id=387956
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387956&action=review

>
Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp:75
> +    return RefPtr<FcPattern>(adoptRef(FcPatternDuplicate(pattern)));

Isn't return adoptRef(FcPatternDuplicate(pattern)) enough?


More information about the webkit-reviews mailing list