[webkit-reviews] review granted: [Bug 179614] [Cairo] Move simpler draw operations from GraphicsContextCairo to CairoOperations : [Attachment 326763] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 00:08:26 PST 2017


Carlos Garcia Campos <cgarcia at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 179614: [Cairo] Move simpler draw operations from GraphicsContextCairo to
CairoOperations
https://bugs.webkit.org/show_bug.cgi?id=179614

Attachment 326763: Patch

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




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

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

> Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:541
> +    RefPtr<cairo_surface_t> surface = image.nativeImageForCurrentFrame();
> +    if (surface)

if (auto surface = image.nativeImageForCurrentFrame())


More information about the webkit-reviews mailing list