[webkit-reviews] review granted: [Bug 179660] [Cairo] Move native image drawing operation to CairoOperations : [Attachment 326871] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 03:03:11 PST 2017


Carlos Garcia Campos <cgarcia at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 179660: [Cairo] Move native image drawing operation to CairoOperations
https://bugs.webkit.org/show_bug.cgi?id=179660

Attachment 326871: Patch

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




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

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

> Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:568
> +void drawNativeImage(PlatformContextCairo& platformContext, const
NativeImagePtr& image, const FloatRect& destRect,
> +    const FloatRect& srcRect, CompositeOperator compositeOperator, BlendMode
blendMode,
> +    ImageOrientation orientation, GraphicsContext& targetContext)

This should be a single line.


More information about the webkit-reviews mailing list